What is sent to an Array.map() function?
Array.map()
a string describing what the function should do
the number of times you want to call the function
the name of another array to iterate over
a callback function that is called once for each element in the array