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.

[email protected] (xagyg)

Registrato in data
brad@longbrothers.net

Aggiornamenti alla documentazione

Mostra tutte le attività
Pagina Data Commento

Array.prototype.map()


Code for "4. If IsCallable(callback) is false" was implemented incorrectly. Needed to negate the condition (i.e. changed === to !==)