If you enjoyed this book, you may be interested in these other books by Packt:
Learning JavaScript Data Structures and Algorithms - Second Edition
 Loiane Groner
ISBN: 978-1-78528-549-3
- Declare, initialize, add, and remove items from arrays, stacks, and queues
- Get the knack of using algorithms such as DFS (Depth-first Search) and BFS (Breadth-First Search) for the most complex data structures
- Harness the power of creating linked lists, doubly linked lists, and circular linked lists
- Store unique elements with hash tables, dictionaries, and sets
- Use binary trees and binary search trees
- Sort data structures using a range of algorithms such as bubble sort, insertion sort, and quick sort
Object-Oriented JavaScript - Third EditionÂ
 Ved Antani,‎ Stoyan Stefanov
ISBN: 978-1-78588-056-8
- Apply the basics of object-oriented programming...