Skip to content

Instantly share code, notes, and snippets.

@hergaiety
Created March 1, 2018 03:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hergaiety/70930073c5ee3e73e35d61d3fd65426f to your computer and use it in GitHub Desktop.
Save hergaiety/70930073c5ee3e73e35d61d3fd65426f to your computer and use it in GitHub Desktop.
Array of 100 things, the smart ES6 way
let arrayOf100Things = [...Array(100).keys()];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment