From ea7804bd880636a9e868df98dc7b8d51440c54a8 Mon Sep 17 00:00:00 2001 From: maddin Date: Sat, 13 Jun 2015 17:32:49 +0200 Subject: [PATCH] Update free-programming-books.md --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index adc6e707..6495e52d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1169,6 +1169,7 @@ Original Source: [Free Programming books](http://stackoverflow.com/revisions/392 * [Dev Docs](http://devdocs.io/) * [Developing Backbone.js Applications](http://addyosmani.github.io/backbone-fundamentals/) - Addy Osmani * [Eloquent JavaScript 2nd edition](http://eloquentjavascript.net/) - Marijn Haverbeke +* [Exploring ES6](https://leanpub.com/exploring-es6/read) - Dr. Axel Rauschmayer * [Google JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml) * [Human Javascript](http://read.humanjavascript.com/) * [JavaScript Allongé](https://leanpub.com/javascript-allonge/read) - Reginald Braithwaite @@ -1197,7 +1198,6 @@ Original Source: [Free Programming books](http://stackoverflow.com/revisions/392 * [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) -* [Exploring ES6](https://leanpub.com/exploring-es6/read) - Dr. Axel Rauschmayer #### Javascript Frameworks -- GitLab