PRACTICE_CHALLENGE // Intermediate

Find Element in Array

Description

Create a function that looks through an array arr and returns the first element in it that passes a "truth test".

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