8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67e7a3 commit 312bd8aCopy full SHA for 312bd8a
04_removeFromArray/removeFromArray.js
@@ -1,5 +1,4 @@
1
const removeFromArray = function() {
2
-
3
};
4
5
// Do not edit below this line
05_sumAll/README.md
@@ -1,6 +1,6 @@
# Exercise 05 - sumAll
-Implement a function that takes 2 integers and returns the sum of every number between(and including) them:
+Implement a function that takes 2 positive integers and returns the sum of every number between (and including) them:
```javascript
6
sumAll(1, 4) // returns the sum of 1 + 2 + 3 + 4 which is 10
0 commit comments