If you enjoyed this book, you may be interested in these other books by Packt:
Mastering JavaScript Functional Programming
Federico Kereki
ISBN: 978-1-78728-744-0
- Create more reliable code with closures and immutable data
- Convert existing methods into pure functions, and loops into recursive methods
- Develop more powerful applications with currying and function composition
- Separate the logic of your system from implementation details
- Implement composition and chaining techniques to simplify coding
- Use functional programming techniques where it makes the most sense
ECMAScript Cookbook
Ross Harrison
ISBN: 978-1-78862-817-4
- Organize JavaScript programs across multiple files, using ES modules
- Create and work with promises using the Promise object and methods
- Compose async functions to propagate and handle errors
- Solve organizational and processing issues...