From 8147a9b93e33b19520ab8a3558b75ce690a14594 Mon Sep 17 00:00:00 2001 From: Hauktek <31501518+Hauktek@users.noreply.github.com> Date: Fri, 19 Oct 2018 12:08:49 +0200 Subject: [PATCH] Added book: JavaScript and JQuery (#19011) --- .../book-recommendations/javascript/index.md | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 freeCodeCamp/guide/english/book-recommendations/javascript/index.md diff --git a/freeCodeCamp/guide/english/book-recommendations/javascript/index.md b/freeCodeCamp/guide/english/book-recommendations/javascript/index.md new file mode 100644 index 0000000000..fb82d7452e --- /dev/null +++ b/freeCodeCamp/guide/english/book-recommendations/javascript/index.md @@ -0,0 +1,35 @@ +--- +title: Books on JavaScript +--- + ### List of Books + +*Eloquent JavaScript* + +One of the best books on JavaScript. A must for both, beginners and intermediate programmers, who code in JavaScript. The best part is that the e-book is available for free. + +- [E-book](https://eloquentjavascript.net/)(free) +- [Amazon](https://www.amazon.com/gp/product/1593275846/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1593275846&linkCode=as2&tag=marijhaver-20&linkId=VPXXXSRYC5COG5R5) + +*You Don't Know JS* + +Six book series by Kyle Simpson. In-depth series on every aspect of JavaScript. + +- [Github](https://github.com/getify/You-Dont-Know-JS)(free) +- [Kindle Version, Amazon](https://www.amazon.com/You-Dont-Know-Js-Book/dp/B01AY9P0P6) + +*JavaScript: The Good Parts* +Book by the "grandfather" of JavaScript, Douglas Crockford. He discusses both the "good" and "bad" parts of JavaScript. + +- [Amazon](https://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742) + +*JavaScript: Info* +A collection of articles covering the basics (core language and working with a browser) as well as advanced topics with concise explanations. Available as an e-book with pay and also as an online tutorial. + +- [Online](https://javascript.info/) +- [E-book](https://javascript.info/ebook) + +*JavaScript and JQuery: Interactive Front-End Web Development* + +A very fun and easy book for beginners. + +- [Amazon](https://www.amazon.com/JavaScript-JQuery-Interactive-Front-End-Development/dp/1118531647)