about | help | code help+videos | done | prefs |
Going Down Old Given a 1D array of integers, return true if each score is less than or equal to the one before. The minimum array length will be two(2) elements. goingDown([1, 3, 4]) → false goingDown([1, 3, 2]) → false goingDown([4, 1, 1]) → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy