What does Array.map do?
method creates a new array populated with the results of calling a provided function on every element in the calling array.
What should the callback function return?
Its return value is added as a single element in the new array.
What is Array.map useful for?
changing every portion of the array also if an if statement is added very specific part of each array