Update 09_day_higher_order_functions.md

typo in line 88. instead of "where" "were" is there. Hence, it is updated
pull/370/head
Monster_01 3 years ago committed by GitHub
parent e5b1542a8d
commit 34a343d97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,7 +85,7 @@ const higherOrder = n => {
console.log(higherOrder(2)(3)(10))
```
Let us see were we use call back functions. For instance the _forEach_ method uses call back.
Let us see where we use call back functions. For instance the _forEach_ method uses call back.
```js
const numbers = [1, 2, 3, 4, 5]

Loading…
Cancel
Save