8000 Changed number to integer in sumAll (#477) · rwlarson1/javascript-exercises@2154dce · GitHub
[go: up one dir, main page]

Skip to content

Commit 2154dce

Browse files
authored
Changed number to integer in sumAll (TheOdinProject#477)
1 parent 312bd8a commit 2154dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05_sumAll/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Exercise 05 - sumAll
22

3-
Implement a function that takes 2 positive integers and returns the sum of every number between (and including) them:
3+
Implement a function that takes 2 positive integers and returns the sum of every integer between (and including) them:
44

55
```javascript
66
sumAll(1, 4) // returns the sum of 1 + 2 + 3 + 4 which is 10

0 commit comments

Comments
 (0)
0