an integer number specifying at which position to stop (not included)
generated array by range
Return an object that produces a array of numbers from start (inclusive) to stop (exclusive) by step.
an integer number specifying at which position to start
an integer number specifying at which position to stop (not included)
Optional
step: numberan integer number specifying the incrementation
generated array by range
Return an object that produces a array of numbers from start (inclusive) to stop (exclusive) by step.