Map.prototype.map ( callbackfn [ , thisArg ] )
The map method calls MapTransform
abstract operation passing this value as M, callbackfn, thisArg as is, and false as updateKey.
The length property of the map method is 1.
Map.prototype.mapEntries ( callbackfn [ , thisArg ] )
The mapEntries method calls MapTransform
abstract operation passing this value as M, callbackfn, thisArg as is, and true as updateKey.