This method is like _.findKey except that it iterates over elements of a collection in the opposite order.
The object to search.
Optional
The function invoked per iteration.
Returns the key of the matched element, else undefined.
This method is like _.findKey except that it iterates over elements of a collection in the opposite order.