From 172e637e8be3454864a353038d08b382c824fc6d Mon Sep 17 00:00:00 2001 From: zeratulmdq Date: Sun, 30 Apr 2017 10:14:47 -0300 Subject: [PATCH] Add Exploring ES6 book --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1679dc2..5f18ec2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Below is a list of resources preparing for a JavaScript interview! Please add yo + [Cracking the Coding Interview](http://a.co/a9uhLXt) The de facto book for preparing for software interviews. + [JavaScript: The Good Parts](http://shop.oreilly.com/product/9780596517748.do) A great quick summary of how to write reliable JavaScript. + [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) Incredible in-depth book series on JavaScript internals. ++ [Exploring ES6](http://exploringjs.com/es6.html) The most comprehensive book on ECMAScript 6 (ECMAScript 2015). ## Interactive