Creates an array of numbers from a specified range.
range(0, 5); // [0, 1, 2, 3, 4, 5]
← onlyTruthy repeat →