Iterates over elements of collection, returning the first element predicate returns truthy for. The predicate is invoked with three arguments: (value, index|key, collection).
The collection to search.
The function invoked per iteration.
Optional
The index to search from.
Returns the matched element, else undefined.
_.find
Iterates over elements of collection, returning the first element predicate returns truthy for. The predicate is invoked with three arguments: (value, index|key, collection).