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)

Member since
brad@longbrothers.net

Recent Docs Activity

View all activity
Page Date Comment

Array.prototype.map()


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