Update dropWhile.md
This commit is contained in:
@ -16,5 +16,5 @@ const dropWhile = (arr, func) => {
|
||||
```
|
||||
|
||||
```js
|
||||
dropWhile([1, 2, 3, 4], n => n >= 3); // [3,4]
|
||||
```
|
||||
dropWhile([1, 2, 3, 4], n => n >= 3); // [3, 4]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user