Update 09_day_higher_order_functions.md

pull/283/head
maus 4 years ago committed by GitHub
parent 9fc1c2a87c
commit 10992896a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -390,7 +390,7 @@ _every_: Check if all the elements are similar in one aspect. It returns boolean
const names = ['Asabeneh', 'Mathias', 'Elias', 'Brook']
const areAllStr = names.every((name) => typeof name === 'string') // Are all strings?
console.log(arrAllStr)
console.log(areAllStr)
```
```sh

Loading…
Cancel
Save