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.

SirWinn3r

Member since
SirWinn3r

Recent Docs Activity

View all activity
Page Date Comment

Array.prototype.map()


Array.prototype.map() returns a new array and does not change anything in the original array so the example usage should be similar to the one for Array.prototype.filter() (and that makes it clear it returns a new array).