This method is like _.find except that it returns the key of the first element predicate returns truthy for instead of the element itself.
The object to search.
Optional
The function invoked per iteration.
Returns the key of the matched element, else undefined.
This method is like _.find except that it returns the key of the first element predicate returns truthy for instead of the element itself.