Skip to content

Instantly share code, notes, and snippets.

@schmidsi
Created July 6, 2017 07:25
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 schmidsi/86c4d9093f64a882503219666d92ff2a to your computer and use it in GitHub Desktop.
Save schmidsi/86c4d9093f64a882503219666d92ff2a to your computer and use it in GitHub Desktop.
Array(5).fill().map((item, index) => index);
// [ 0, 1, 2, 3, 4 ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment