mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Add related function for each module. [closes #2932]
This commit is contained in:
committed by
John-David Dalton
parent
b856263af6
commit
401016d260
@@ -16,7 +16,7 @@ import baseEach from './.internal/baseEach.js';;
|
||||
* @param {Array|Object} collection The collection to iterate over.
|
||||
* @param {Function} iteratee The function invoked per iteration.
|
||||
* @returns {Array|Object} Returns `collection`.
|
||||
* @see forEachRight
|
||||
* @see forEachRight, forIn, forInRight, forOwn, forOwnRight
|
||||
* @example
|
||||
*
|
||||
* forEach([1, 2], value => console.log(value));
|
||||
|
||||
Reference in New Issue
Block a user