From c499187536223a841631d437b022b3f448c252b9 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Sat, 29 Apr 2017 09:02:51 +0300 Subject: [PATCH] Add Javascript Technical Interview Questions book --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1679dc2..aaf96e9 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. ++ [Javascript Technical Interview Questions](https://leanpub.com/jsinterviewquestions) This a book that will help you prepare for your JavaScript interview. ## Interactive