This method is like _.findKey except that it iterates over elements of a collection in the opposite order.
- Lodash chained on (*): the key of the matched element, else undefined.
See Implementation
This method is like _.findKey except that it iterates over elements of a collection in the opposite order.