Finds the key of the first element in the object that satisfies the provided testing function.
The object to search.
The function to execute on each value in the object. It takes three arguments:
The key of the first element in the object that passes the test, or undefined if no element passes.
Alias