| about | help | code help+videos | done | prefs | 
| Given an array, return a new array consisting of the original elements in reverse order. reverseArray([1, 2, 3]) → [3, 2, 1] reverseArray([17]) → [17] reverseArray([2, -10, 0, 14]) → [14, 0, -10, 2] ...Save, Compile, Run (ctrl-enter) | 
Progress graphs: 
 Your progress graph for this problem
 Random user progress graph for this problem 
 Random Epic Progress Graph
Difficulty: 200
Copyright Nick Parlante 2017 - privacy