modEach()Takes an array or an object and traverses all of its key/value pairs allowing for modifications while in the end returning a reference to that same array or object.
This function is valid in v2.8.0 to v2.24.3. This function has been downloaded 65 times.obj. For each value within obj this function will be called with (1) the value, (2) the key and (3) a reference to obj.false
fn should be assigned to that corresponding key for obj.obj.This function directly requires the following function which is included automatically:
forOf()