Re-tag function snippets
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: dropWhile
|
||||
tags: array,function,intermediate
|
||||
tags: array,intermediate
|
||||
---
|
||||
|
||||
Removes elements in an array until the passed function returns `true`. Returns the remaining elements in the array.
|
||||
|
||||
Reference in New Issue
Block a user