This method is like _.findIndex except that it iterates over elements of collection from right to left.
The array to search.
Optional
The function invoked per iteration.
The index to search from.
Returns the index of the found element, else -1.
This method is like _.findIndex except that it iterates over elements of collection from right to left.