1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-21 09:09:02 +00:00

Merge pull request #1470 from alesegdia/master

Added Sorella's Understanding JS OOP article.
This commit is contained in:
victor felder 2015-05-10 13:49:58 +02:00
commit 1d6c0d1ddb

View File

@ -1176,6 +1176,7 @@ Original Source: [Free Programming books](http://stackoverflow.com/revisions/392
* [The JavaScript Tutorial](http://javascript.info/)
* [The Problem with Native JavaScript APIs](http://chimera.labs.oreilly.com/books/1234000001655) (PDF)
* [Understanding ECMAScript 6](https://leanpub.com/understandinges6/read) *(Leanpub, by Nicholas C. Zakas)*
* [Understanding JavaScript OOP](http://robotlolita.me/2011/10/09/understanding-javascript-oop.html) *(Sorella)*
* [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS)