1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-11-23 12:02:01 +00:00

Update free-programming-books.md

Added Exploring ES6 by Dr. Axel Rauschmayer
This commit is contained in:
maddin 2015-06-13 16:34:36 +02:00
parent 9b21faa402
commit 03c165c8c4

View File

@ -1197,6 +1197,7 @@ Original Source: [Free Programming books](http://stackoverflow.com/revisions/392
* [Understanding ECMAScript 6](https://leanpub.com/understandinges6/read) *(Leanpub, by Nicholas C. Zakas)* * [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)* * [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) * [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS)
* [Exploring ES6](https://leanpub.com/exploring-es6/read) - Dr. Axel Rauschmayer
#### Javascript Frameworks #### Javascript Frameworks