Essential JavaScript

Going Further

Number Range Kata

Create an array containing the numbers in the given range, from start to end.

It is possible for end to be greater than or less than start.

If start and end are equal, return an array containing that single value.

Code Editor

Click "Run Tests" to execute your function and see the test results below.

Test Results

Run your code to see test results

Console Output

// Console output will appear here...

0 output lines