Passes each element in the given array-like value to the given function. Returns the first element for which the function returns a truthy value.
If no object matches, returns undefined.
undefined