Ameausoone / demo-github-action

12 stars 1 forks source link

How do I make an array in js? #56

Open Mcfloy opened 2 years ago

github-actions[bot] commented 2 years ago

Array.from(Array(10).keys()) //=> [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]