Skip to content

Instantly share code, notes, and snippets.

@hg-pyun
Created October 4, 2018 15:15
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 hg-pyun/4d3b9453b28952ae451ead7126e93567 to your computer and use it in GitHub Desktop.
Save hg-pyun/4d3b9453b28952ae451ead7126e93567 to your computer and use it in GitHub Desktop.
iterator.05.js
const arr = [...Array(100).keys()].map(i => 0);
console.log(arr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment