about | help | code help+videos | done | prefs |
Given 2 int values named start and end, return a new array filled with all numbers from the start to the end, inclusive. If the start value is greater than the end value, return an empty array. getSeq(1, 2) → [1, 2] getSeq(2, 0) → [] getSeq(1, 1) → [1] ...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: 180
Copyright Nick Parlante 2017 - privacy