Comment on Atom Shell is now ElectronparentComments−tracker111yIt will iterate just fine, there are no values (undefined) for each `0` through `length-1` new Array(26).length === 26; //true−disusered11ySeems like it doesn't, I recently read about this gotcha so I tested it out in JSBin. Using lodash map works as expected, though.JSBin: http://jsbin.com/vasulumeti/1/edit?js,consoleStackOverflow: http://stackoverflow.com/a/5501711/211291
Comments
It will iterate just fine, there are no values (undefined) for each `0` through `length-1`
Seems like it doesn't, I recently read about this gotcha so I tested it out in JSBin. Using lodash map works as expected, though.
JSBin: http://jsbin.com/vasulumeti/1/edit?js,console
StackOverflow: http://stackoverflow.com/a/5501711/211291