#
range
Function • Returns a numeric array with consecutive values from start to finish.
range start, finish → array
Arguments
| name | type | description |
|---|---|---|
| start | Number |
The start of the range. |
| finish | Number |
The end of the range. |
Returns
| name | type | description |
|---|---|---|
| array | Array |
An array of numeric values from start to finish. |