Create an Array Sequence
March 19, 2021 ∙ 1 min read
Array.from(Array(10).keys()); // [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]