Skip to content

Commit 4a375e0

Browse files
authored
Merge pull request #146 from herambgadekar/patch-2
Updated solution.md
2 parents 5018314 + 4e3d209 commit 4a375e0

File tree

1 file changed

+1
-0
lines changed
  • 1-js/05-data-types/04-array/5-array-input-sum

1 file changed

+1
-0
lines changed

1-js/05-data-types/04-array/5-array-input-sum/solution.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function sumInput() {
2020
for (let number of numbers) {
2121
sum += number;
2222
}
23+
return sum;
2324
}
2425

2526
alert( sumInput() );

0 commit comments

Comments
 (0)