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 ...
I have found an inconsistency with the text vs accepted solutions on this step. The instructions read: In your callStack array, add the following string: "a(): returns 'freeCodeCamp ' + b()". This ...