We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312bd8a commit 2154dceCopy full SHA for 2154dce
1 file changed
05_sumAll/README.md
@@ -1,6 +1,6 @@
1
# Exercise 05 - sumAll
2
3
-Implement a function that takes 2 positive 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 integer between (and including) them:
4
5
```javascript
6
sumAll(1, 4) // returns the sum of 1 + 2 + 3 + 4 which is 10
0 commit comments