Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 396 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 396 Bytes

Clean Code JavaScript

This is a summary of what I’ve learned from Poco Jang’s JavaScript Clean Code course on Udemy. I’ve also added my own thoughts on clean code and compiled some resources I found helpful.


List

  1. What is JavaScript?
  2. Variables
  3. Types
  4. Boundary
  5. If