PRACTICE_CHALLENGE // Advanced

Drop it

Description

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.

Solution Editor
Editor_Pane
Loading...
Console_Output
Waiting for output...