MCQ
What is the purpose of the `map()` function?
Explanation
map() creates a new array by applying a function to each element.
map() creates a new array by applying a function to each element.