This method is like _.find except that it iterates over elements of a collection from right to left.
Searches for a value in this list.
The function called per iteration.
Optional
The index to search from.
The found element, else undefined.
_.findLast
This method is like _.find except that it iterates over elements of a collection from right to left.