2013 07 04 array constructor
Array(20).map(function(elem) { return 'a'; }); // Array of undefined x 20
More info here. Thanks Paul Irish for the explanation.
— @philogb
Array(20).map(function(elem) { return 'a'; }); // Array of undefined x 20
More info here. Thanks Paul Irish for the explanation.
— @philogb