dropWhile
Creates a slice of array
excluding elements dropped from the beginning.
Elements are dropped until predicate
returns falsy.
Creates a slice of array
excluding elements dropped from the beginning.
Elements are dropped until predicate
returns falsy.