Created
October 4, 2018 15:12
-
-
Save hg-pyun/cdf109b2ddbee75ed06572cada9b4284 to your computer and use it in GitHub Desktop.
Revisions
-
hg-pyun created this gist
Oct 4, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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);