Drop It - JavaScript Solution & Walkthrough
15/21 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 ...
benjaminsemah.hashnode.dev4 min read