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
the number of times you want to call the function
a string describing what the function should do