Completed
- Clean variables & Clean Properties Challenge
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Write Clean Code
Automatically move to the next video in the Classroom when playback concludes
- 1 - What is clean code?
- 2 - What is a linter?
- 3 - Clean variables in JavaScript part 1
- 4 - Clean variables in JavaScript part 2
- 5 - Clean variables Challenge
- 6 - Clean variables & Clean Properties Challenge
- 7 - Clean variables: Magic Numbers 🧙
- 8 - Clean variables: Magic Numbers Challenge 🧙
- 9 - How to organize your code: spacing and returns
- 10 - Clean functions in JavaScript
- 11 - Clean functions: Limit parameters
- 12 - Clean functions: Naming & standardization
- 13 - Clean functions: Naming and standardization challenge
- 14 - Clean functions: Encapsulating conditionals
- 15 - Clean functions: Encapsulating conditionals challenge
- 16 - Good comments in JavaScript
- 17 - Avoiding comments with refactoring
- 18 - Avoiding comments with Git
- 19 - Clean comments: Avoid visual markers
- 20 - Clean comments: Avoid visual markers challenge
- 21 - What is a good comment in JavaScript?
- 22 - Good comments Challenge
- 23 - Clean code: Final challenge 🤺
- 24 - Clean code: What's next? 🤔