From 19288c5bfdbf93f8ccb18ec978d66cf628f40fdd Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sun, 10 May 2015 03:58:53 +0200 Subject: [PATCH] Added Sorella's Understanding JS OOP article. --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 9b36b0e8..7c98dff8 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1175,6 +1175,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)