about | help | code help+videos | done | prefs |
Write a method that matches this test data! Note that the array will NOT be empty. bcd1fun([4, 76, 2, 124]) → [124, 4, 76, 2] bcd1fun([5, 7]) → [7, 5] bcd1fun([1, 2, 3, 4, 5, 6]) → [6, 1, 2, 3, 4, 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: 260
Copyright Nick Parlante 2017 - privacy