Question: What is sent to an `Array.map()` function?

  1. a callback function that is called once for each element in the array
  2. the name of another array to iterate over
  3. the number of times you want to call the function
  4. a string describing what the function should do

Answer: The correct answer of the above question is Option A:a callback function that is called once for each element in the array