DRAFT
MapInPlace
Misconception:
Calling map
on an array modifies the elements of that array in place,
overwriting the previous values with the results of the supplied callback function.
Calling map
on an array modifies the elements of that array in place,
overwriting the previous values with the results of the supplied callback function.
Follow us on twitter to hear about new misconceptions.