commit
4a375e055f
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ function sumInput() {
|
|||
for (let number of numbers) {
|
||||
sum += number;
|
||||
}
|
||||
return sum;
|
||||
}
|
||||
|
||||
alert( sumInput() );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue