This method is like _.findIndex except that it iterates over elements of collection from right to left.
- Lodash chained on (number): the index of the found element, else -1.
See Implementation
This method is like _.findIndex except that it iterates over elements of collection from right to left.