Sign In
Find First Even Number using find()
Beginner
Find First Even Number using find()
Write a function
findFirstEvenNumber
that takes an array of objects as input, where each object has a
value
property that is a number, and returns the first object with an even
value
using the
find
(
)
method.
Click to go back
Click to go forward
Refresh preview
Console
Submit
Solution
00:00
Back to Exercises