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.

mduarte

Member since
mduarte

Recent Docs Activity

View all activity
Page Date Comment

Array.prototype.filter()


In the filter polyfill, on line 28 "if (fun.call(thisp, val, i, it)) " -- thisp should be thisArg. thisp is not defined.