Clean code
Free
- Uncle Martin’s (Author of Clean Code Book) Lectures
- Clean Code - JavaScript
- Clean Code - TypeScript
- Scrimba - Clean Code Tutorial
Paid
Additional content
- 10 Common JavaScript Clean Code Mistakes
- Kent C. Dodds - AHA Programming
- What does abstraction mean in programming?
- Demeter’s Law: Don’t talk to strangers!
- 5 Javascript Clean Coding Patterns To Enhance your Code
- The second one does not includes the mutation. Correct one:
[...arr].sort((a, b) => a - b)
- The second one does not includes the mutation. Correct one:
- How to interrogate unfamiliar code (how to keep the code readable and easy to understand)