A

Admin • 828.03K Points
Coach

Q. Which method returns the first element that satisfies a testing function?

  • (A) find()
  • (B) filter()
  • (C) map()
  • (D) some()
  • Correct Answer - Option(A)
  • Views: 7
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin
find() returns the first element that matches a condition.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.