.find()

Term side of the Card
Topic: Array
Unit title: .find()
Categories: Method
Explanation side of the Card

Explanation: The method that returns the first element in an array that meets a specific condition defined by a function. If no element matches, it returns `undefined`.

Browser compatibility:
  • The chrome browser supports this feature starting from version 45
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 25
  • The safari browser supports this feature starting from version 8
Availability: