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.

tjcrowder

Registrato in data
tjcrowder

Aggiornamenti alla documentazione

Mostra tutte le attività
Pagina Data Commento

Array.prototype.find()


Update polyfill not to create an enumerable property on Array.prototype

Array.prototype.findIndex()


Array.prototype.includes()


Correct the polyfill, which didn't use the SameValueZero algorithm. Compare old (https://jsfiddle.net/gwdjcdLy/) to updated (https://jsfiddle.net/c5fwLtqy/)

null


Fix the wording that lead to this confusion: https://stackoverflow.com/q/36172991/157247

Falsy