Saved to your browser's local storage

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

function findElement(arr, func) {
let num;
for (let i = 0; i < arr.length; i++){

}
}

findElement([1, 2, 3, 4], num => num % 2 === 0);
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 YaBrowser/21.11.4.727 Yowser/2.5 Safari/537.36

Challenge: Finders Keepers

Link to the challenge:

Greetings all!
Where is this vault located?

Hi, there is no vault instead the code is stored in your browser, more about how it is stored is explained here:

1 Like

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