Nobledsmarts / Drop-it

Given the array arr, iterate through and remove each element starting from the first element (the 0 index) until the function func returns true when the iterated element is passed through it. Then return the rest of the array once the condition is satisfied, otherwise, arr should be returned as an empty array

Home Page:https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/intermediate-algorithm-scripting/drop-it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nobledsmarts/Drop-it Stargazers