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