MCQOPTIONS
Saved Bookmarks
| 1. |
The primary purpose of the array map() function is that it __________ |
| A. | maps the elements of another array into itself |
| B. | passes each element of the array and returns the necessary mapped elements |
| C. | passes each element of the array on which it is invoked to the function you specify, and returns an array containing the values returned by that function |
| D. | pass the elements of the array into another array |
| Answer» D. pass the elements of the array into another array | |