Question: What is sent to an `Array.map()` function?
- 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
Answer: The correct answer of the above question is Option A:a callback function that is called once for each element in the array