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