If you enjoyed this book, you may be interested in these other books by Packt:
Clean Code in JavaScript
James Padolsey
ISBN: 978-1-78995-764-8
- Understand the true purpose of code and the problems it solves for your end-users and colleagues
- Discover the tenets and enemies of clean code considering the effects of cultural and syntactic conventions
- Use modern JavaScript syntax and design patterns to craft intuitive abstractions
- Maintain code quality within your team via wise adoption of tooling and advocating best practices
- Learn the modern ecosystem of JavaScript and its challenges like DOM reconciliation and state management
- Express the behavior of your code both within tests and via various forms of documentation
Mastering JavaScript Functional Programming, Second Edition
Federico Kereki
ISBN: 978-1-83921-306-9
- Simplify JavaScript coding using function...