The object to iterate over.
The function invoked per iteration.
Returns the new mapped object.
The opposite of mapValue
this method creates an object with the
same values as object
and keys generated by running each own enumerable
string keyed property of object
thru iteratee
. The iteratee is invoked
with three arguments: (value, key, object).
Returns the new mapped object.
The opposite of
mapValue
this method creates an object with the same values asobject
and keys generated by running each own enumerable string keyed property ofobject
thruiteratee
. The iteratee is invoked with three arguments: (value, key, object).