Recent Docs Activity
View all activityPage | 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 |