In Javascript, I make this simple ascending array by spread operator.
[...Array(5).keys()] // printed list [0, 1, 2, 3, 4]
But I simply added 1 a