Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

jsoverson_ (Jarrod Overson)

Member since
jsoverson_

Recent Docs Activity

View all activity
Page Date Comment

Array


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

Array


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