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 I
I got this question in final exam.