correcting doc of DAY-9

pull/707/head
Manas Ranjan Adha 3 years ago
parent 1ec3f52368
commit ceed6ae060

@ -108,7 +108,7 @@ console.log(sumArray(numbers))
The above example can be simplified as follows: The above example can be simplified as follows:
```js ```js
const numbers = [1, 2, 3, 4] const numbers = [1, 2, 3, 4, 5]
const sumArray = arr => { const sumArray = arr => {
let sum = 0 let sum = 0

Loading…
Cancel
Save