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.

goob

Member since
goob

Recent Docs Activity

View all activity
Page Date Comment

Array.prototype.forEach()


In the "short" Compatibility Patch, the `i in this` test is required to avoid errors on sparse arrays that work propertly with native implementations.

Array.prototype.forEach()


Compatibility patch: A `.hasOwnProperty()` test is not an appropriate implementation of the `HasProperty` requirement. Changed it to an `in` test.

Array.prototype.forEach()