Optional
collection: ArrayLike<T>The collection to iterate over.
Optional
iteratee: ArrayIteratee<T, void>The function invoked per iteration.
Returns collection
.
Optional
collection: PlainObject<T>Optional
iteratee: RecordIteratee<T, void>
This method is like
forEach
except that it iterates over elements ofcollection
from right to left.Since
5.13.0
Alias
eachRight
See
[[forEach]], [[forIn]], [[forInRight]], [[forOwn]], [[forOwnRight]]
Example