Fixed a typo in day 09 markdown file line:111

pull/759/head
sapiensFactor 2 years ago
parent ebed6ca94d
commit 5e5fd18e26

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

Loading…
Cancel
Save