Added details to the JavaScript book recommendations (#26030)

This PR updates a guide article.
This commit is contained in:
Todd Chaffee
2018-10-23 11:52:08 -03:00
committed by mrugesh mohapatra
parent bdf4b7bda5
commit 0397647d8b

View File

@ -12,14 +12,14 @@ One of the best books on JavaScript. A must for both, beginners and intermediate
#### You Don't Know JS #### You Don't Know JS
Six book series by Kyle Simpson. In-depth series on every aspect of JavaScript. Six book series by Kyle Simpson. In-depth series on every aspect of JavaScript. This is a must-read for every JS developer who wants to understand exactly how things like prototypes, closures, and the `this` keyword work.
- [Github](https://github.com/getify/You-Dont-Know-JS)(free) - [Github](https://github.com/getify/You-Dont-Know-JS)(free)
- [Kindle Version, Amazon](https://www.amazon.com/You-Dont-Know-Js-Book/dp/B01AY9P0P6) - [Kindle Version, Amazon](https://www.amazon.com/You-Dont-Know-Js-Book/dp/B01AY9P0P6)
#### JavaScript: The Good Parts #### JavaScript: The Good Parts
Book by the "grandfather" of JavaScript, Douglas Crockford. He discusses both the "good" and "bad" aspects of JavaScript. Book by the "grandfather" of JavaScript, Douglas Crockford. He discusses both the "good" and "bad" aspects of JavaScript. Note: The 1st edition of this book written in 2008 has never been updated and many of the things the book discusses are now out of date. It is good reading for someone who wants to understand why Crockford was so important to the history of JavaScript, but many of the techniques he recommends in the book are no longer best practice.
- [Amazon](https://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742) - [Amazon](https://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742)