Skip to content

Instantly share code, notes, and snippets.

@hg-pyun
Created October 4, 2018 15:12
Show Gist options
  • 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.

Revisions

  1. hg-pyun created this gist Oct 4, 2018.
    5 changes: 5 additions & 0 deletions iterator.04.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    const arr = [];
    for(let i=0; i<100; i++) {
    arr.push(0);
    }
    console.log(arr);