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

Registrato in data
mduarte

Aggiornamenti alla documentazione

Mostra tutte le attività
Pagina Data Commento

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.