MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following function of Array object removes the first element from an array and returns that element? |
| A. | reverse() |
| B. | shift() |
| C. | slice() |
| D. | some() |
| Answer» C. slice() | |