Build a First Element Finder - Build a First Element Finder

Tell us what’s happening:

I don’t understand how to solve question

Your code so far

function findElement(arr){
       
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0

Challenge Information:

Build a First Element Finder - Build a First Element Finder

Just think of step 1. What is the first thing your program needs to do?

Try implementing the User Stories one at a time

  1. You should have a function named findElement that accepts an array and a function as arguments.

Implement this first.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.