Merge pull request #146 from herambgadekar/patch-2

Updated solution.md
This commit is contained in:
Ilya Kantor 2017-08-25 23:14:18 +02:00 committed by GitHub
commit 4a375e055f

View file

@ -20,6 +20,7 @@ function sumInput() {
for (let number of numbers) {
sum += number;
}
return sum;
}
alert( sumInput() );