pull/448/merge
DNA PARTİSİ 10⁻⁹ × 3.34 s/m 1 month ago committed by GitHub
commit 3f6b43e9a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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