MapInPlace
DRAFT
Observed

MapInPlace
Incorrect

Map modifies the elements of the array on which it operates in place

Correct

Map returns a new array populated with the results of the callback function