Array.prototype.find
96.48
The `find()` method returns the value of the first item in the array based on the result of the provided testing function.
The `find()` method returns the value of the first item in the array based on the result of the provided testing function.