From 1b2b3b09e674e9b990e104ef0c9074f6526e2967 Mon Sep 17 00:00:00 2001 From: Alessandro Menduni Date: Fri, 19 Oct 2018 21:55:02 +0200 Subject: [PATCH] Added YDKJS to the Worth Reading list (#562) Possibly the best resource to REALLY learn JavaScript, by an outstanding author --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0664e3..f3e5a57 100644 --- a/README.md +++ b/README.md @@ -888,6 +888,7 @@ http://www.listjs.com * [Javascript Jabber](https://devchat.tv/js-jabber) - A weekly podcast about JavaScript, including Node.js, Front-End Technologies, Careers, Teams and more. # Worth Reading +* [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) - Possibly the best book written on modern JavaScript, completely readable online for free, or can be bought to support the author. * [braziljs/js-the-right-way](https://github.com/braziljs/js-the-right-way/) * [JSbooks](https://github.com/revolunet/JSbooks) * [Superhero.js](http://superherojs.com) - A collection of resources about creating, testing and maintaining a large JavaScript code base.