Updated examples
This commit is contained in:
committed by
Agamemnon Zorbas
parent
91d42064c8
commit
bb722b2eb4
@ -13,5 +13,5 @@ const dropElements = (arr, func) => {
|
||||
```
|
||||
|
||||
```js
|
||||
dropElements([1, 2, 3, 4], n => n >= 3) -> [3,4]
|
||||
dropElements([1, 2, 3, 4], n => n >= 3) // [3,4]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user