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.

Vrael

Member since
Vrael

Recent Docs Activity

View all activity
Page Date Comment

Array.prototype.slice()


Changed print() in the example to console.log for easier copy&pase testing and see the results yourself (without the need to print).

Predefined Core Objects


forEach description: added the note and the example with cases when forEach catches the undefined

Predefined Core Objects


"Populating an Array" part bug: in the example - hasOwnProperty[3.4] => hasOwnProperty(3.4) (incorrect function brackets were used)