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.

MoTTs

Member since
MoTTs

Recent Docs Activity

View all activity
Page Date Comentariu

Tutorials


The two columns weren't working anymore; "JavaScript" heading was at bottom left but "Advanced" JS was at top right, and "Extensions" were wedged between "Intermediate" and "Advanced"; this change keeps related content together

Inheritance and the prototype chain


Removed claim that it's difficult to build a prototypal model on a classical model. I implemented it in C++, and it turned out to be absurdly easy (https://goo.gl/Qyc9nu).

Tutorials


Added authorship for the previous three links I added

Tutorials


Added Axel Rauschmayer's "Speaking JavaScript", which covers all of JS up through ES5, and "Exploring ES6", which covers the differences from ES5 to ES6

Tutorials


Added Kyle Simpson's "You Don't Know JS" book series available free on GitHub