Question: Write a JavaScript function that given an array of numbers, returns another array of the same numbers in reverse order. Providing the function this array
Write a JavaScript function that given an array of numbers, returns another array of the same numbers in reverse order.
Providing the function this array [23, 12, 16, 700, 99,27] should return this array [27, 99, 700, 16, 12, 23]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
