Re-tag function snippets

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-18 19:42:11 +03:00
parent c2fdfac6ce
commit 8cb9469ff4
25 changed files with 28 additions and 28 deletions

View File

@ -1,6 +1,6 @@
---
title: takeWhile
tags: array,function,intermediate
tags: array,intermediate
---
Removes elements in an array until the passed function returns `true`. Returns the removed elements.