History of Array Revision history for: English (US) Română 28 apr. 2015, 06:22:29 teoli 13 dec. 2013, 11:08:45 jsoverson_ Doc stated that new Array(n) was populated with n number undefined values. Spec (and implementations) show that only the length value is set to n, array is not actually populated (and hence, forEach et al will not work). Removed erroneous statement