pull/620/merge
chialun622 9 months ago committed by GitHub
commit 42a06f3e5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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