Skip to content

Instantly share code, notes, and snippets.

@icuy
Created July 3, 2019 13:55
Show Gist options
  • Save icuy/a87cb9f32e82138760b907667cdbbc6c to your computer and use it in GitHub Desktop.
Save icuy/a87cb9f32e82138760b907667cdbbc6c to your computer and use it in GitHub Desktop.
create an array containing 1…N
[...new Array(10).keys()]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment