Update 09_day_higher_order_functions.md

pull/620/head
chialun622 3 years ago committed by GitHub
parent 33cf6c074d
commit 84a94506f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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