Created
October 4, 2018 15:15
-
-
Save hg-pyun/4d3b9453b28952ae451ead7126e93567 to your computer and use it in GitHub Desktop.
iterator.05.js
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 characters
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