Today I Learned

hashrocket A Hashrocket project

Because Javascript...Array Lengths

var a  = [];
a[200] = "wat";
a.length; // 201
console.log(a); // (201) [undefined × 200, "wat"]
See More #javascript TILs
Looking for help? At Hashrocket, our JavaScript experts launch scalable, performant apps on the Web, Android and iOS. Contact us and find out how we can help you.