From d5177b4bea9f25714e95aa15859cb36df0160e2f Mon Sep 17 00:00:00 2001 From: Lawrence Lockhart Date: Sun, 28 Oct 2018 11:35:49 -0500 Subject: [PATCH] Add Javascript Jquery book by Duckett (#20125) * Add Javascript Jquery book by Duckett * Corrected formatting for bulleted item --- guide/english/book-recommendations/javascript/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guide/english/book-recommendations/javascript/index.md b/guide/english/book-recommendations/javascript/index.md index eb5f97f747..5052da76d1 100644 --- a/guide/english/book-recommendations/javascript/index.md +++ b/guide/english/book-recommendations/javascript/index.md @@ -30,6 +30,12 @@ A collection of articles covering the basics (core language and working with a b - [Online](https://javascript.info/) - [E-book](https://javascript.info/ebook) +#### Javascript and Jquery: Interactive Front End Web Development +This full-color book will show you how to make your websites more interactive and your interfaces more interesting and intuitive. Author is Jon Duckett who also penned HTML & CSS: Design and Build Websites. *Does not cover ES6* + +- [Amazon](https://www.amazon.com/JavaScript-JQuery-Interactive-Front-End-Development/dp/1118531647) + + #### Other Resources - A selection of online free resources; including e-books for JavaScript are available at [JS Books](https://jsbooks.revolunet.com/)