about | help | code help+videos | done | prefs |
Create a new array that contains the elements from the nums array in reverse order. Return the new array. arrayReverseElements([10, 20, 30, 40]) → [40, 30, 20, 10] arrayReverseElements([10]) → [10] arrayReverseElements([10, 20]) → [20, 10] ...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: 10 Post-solution available
Copyright Nick Parlante 2017 - privacy