Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Mastering JavaScript Functional Programming - Third Edition
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
- Define functional programing data types with or without TypeScript, add type checking, and implement immutability
- Apply advanced containers to get better structures to tackle errors and implement async programming
JavaScript Design Patterns
Hugo Di Francesco
ISBN: 978-1-80461-227-9
- Find out how...