Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Mastering JavaScript Functional Programming
Federico Kereki
ISBN: 978-1-80461-013-8
- Understand when to use functional programming versus classic object-oriented programming.
- Use declarative coding instead of imperative coding for clearer, more understandable code.
- Know how to avoid side effects and create more reliable code with closures and immutable data.
- Use recursion to help design and implement more understandable solutions to complex problems.
JavaScript from Beginner to Professional
Laurence Lars Svekis | Maaike van Putten | Rob Percival
ISBN: 978-1-80056-252-3
- Use logic statements to make decisions within your code.
- Save time with JavaScript loops by avoiding writing the same code repeatedly.
- Use JavaScript functions and methods to selectively...