From e33f5a7b42886fe4e78fa46463c9e0a251acc7e6 Mon Sep 17 00:00:00 2001 From: Georgina Hodgkinson Date: Tue, 16 Oct 2018 05:40:05 +0100 Subject: [PATCH] Update index.md (#19275) --- .../book-recommendations/algorithms-in-js-books/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/src/pages/guide/english/book-recommendations/algorithms-in-js-books/index.md b/client/src/pages/guide/english/book-recommendations/algorithms-in-js-books/index.md index d39d2e29c4..37abb9f224 100644 --- a/client/src/pages/guide/english/book-recommendations/algorithms-in-js-books/index.md +++ b/client/src/pages/guide/english/book-recommendations/algorithms-in-js-books/index.md @@ -17,5 +17,11 @@ title: Algorithms in JavaScript books - Covers recursion, sorting and searching algorithms, linked lists and binary search trees. - [Amazon](https://www.amazon.com/Data-Structures-Algorithms-JavaScript-approaches/dp/1449364934) - ISBN-13: 978-1449364939 + +*Learning JavaScript Data Structures and Algorithms: Write complex and powerful JavaScript code using the latest ECMAScript* +- published 30 Apr 2018, by Loiane Groner +- Data structures and algorithms are the base of every solution to any programming problem. Learn to write complex and powerful code using the latest ES 2017 features +- [Amazon](https://https://www.amazon.com/Learning-JavaScript-Data-Structures-Algorithms/dp/1788623878/) +- ISBN-13: 978-1788623872 Please feel free to add more that you have found useful!