<B/>

JavaScript Code Snippets

Started Last edited
JavaScript
TypeScript

§range()

[...Array(5).keys()];
=> [0, 1, 2, 3, 4]