The collection to inspect.
Optional
predicate: stringThe function invoked per iteration.
Optional
fromIndex: numberThe index to search from.
Returns the matched element, else undefined
.
This method is like find
except that it iterates over elements of
collection
from right to left.
Returns the matched element, else undefined
.
This method is like find
except that it iterates over elements of
collection
from right to left.
Returns the matched element, else undefined
.
This method is like find
except that it iterates over elements of
collection
from right to left.
The collection to inspect.
Optional
predicate: anyThe function invoked per iteration.
Optional
fromIndex: numberThe index to search from.
Returns the matched element, else undefined
.
This method is like
find
except that it iterates over elements ofcollection
from right to left.