about | help | code help+videos | done | prefs |
This one is not too hard! Just reverse the numbers in the input array of integers! reverseIt([4, 6, 8, 12]) → [12, 8, 6, 4] reverseIt([3, 6]) → [6, 3] reverseIt([5, 6, 7, 1, 2, 3]) → [3, 2, 1, 7, 6, 5] ...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: 440
Copyright Nick Parlante 2017 - privacy