| about | help | code help+videos | done | prefs | 
Given an array of scores, return true if each score is equal or greater than the one before. The array will be length 2 or more. scoresIncreasing([1, 3, 4]) → true scoresIncreasing([1, 3, 2]) → false scoresIncreasing([1, 1, 4]) → 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
Difficulty: 203.0
Copyright Nick Parlante 2017 - privacy