This method is like _.find except that it returns the index of the first element predicate returns truthy for instead of the element itself.
- Lodash chained on (number): the index of the found element, else -1.
See Implementation
This method is like _.find except that it returns the index of the first element predicate returns truthy for instead of the element itself.