.findLast()
Term side of the Card
Topic: Array
Unit title: .findLast()
Categories: Method
Explanation side of the Card
Explanation: The method that returns the last element in an array that meets a specific condition defined by a function. If no element matches, it returns `undefined`, searching from the end of the array.
Browser compatibility:
- The chrome browser supports this feature starting from version 97
- The edge browser supports this feature starting from version 97
- The firefox browser supports this feature starting from version 104
- The safari browser supports this feature starting from version 15.4
Availability: