This method is like _.find except that it iterates over elements of collection from right to left.
- Lodash chained on (*): the matched element, else undefined.
See Implementation
This method is like _.find except that it iterates over elements of collection from right to left.