InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is the predefined function for array reversal in javascript?(a) reverse()(b) arr_reverse()(c) array_reverse()(d) rev()This interesting question is from Arrays Types topic in chapter Arrays Types of Data Structures & Algorithms II got this question in final exam. |
|
Answer» Right answer is (a) REVERSE() |
|