From 3c0e2881a22b47969833d22e46c4679f6f9521d4 Mon Sep 17 00:00:00 2001 From: Baptiste Pesquet Date: Wed, 26 Jul 2017 22:32:17 +0200 Subject: [PATCH] Add The JavaScript Way book (#2497) --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 2a1ba86b..88be4cc3 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1401,6 +1401,7 @@ * [Patterns For Large-Scale JavaScript Application Architecture](http://addyosmani.com/largescalejavascript/) - Addy Osmani * [Speaking JavaScript](http://speakingjs.com/es5/) - Dr. Axel Rauschmayer * [The JavaScript Tutorial](http://javascript.info) +* [The JavaScript Way](https://github.com/bpesquet/thejsway) - Baptiste Pesquet * [The Problem with Native JavaScript APIs](http://chimera.labs.oreilly.com/books/1234000001655/index.html) * [Understanding ECMAScript 6](https://leanpub.com/understandinges6/read) - Nicholas C. Zakas * [Understanding JavaScript OOP](http://robotlolita.me/2011/10/09/understanding-javascript-oop.html) *(Sorella)*