Skip to content

Instantly share code, notes, and snippets.

@hg-pyun
Created October 4, 2018 15:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hg-pyun/cdf109b2ddbee75ed06572cada9b4284 to your computer and use it in GitHub Desktop.
Save hg-pyun/cdf109b2ddbee75ed06572cada9b4284 to your computer and use it in GitHub Desktop.
iterator.04.js
const arr = [];
for(let i=0; i<100; i++) {
arr.push(0);
}
console.log(arr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment