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

Registrato in data
goob

Aggiornamenti alla documentazione

Mostra tutte le attività
Pagina Data Commento

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()