javascript-refresher
My reviewing of learning javascript in 2020.
What is JavaScript
- You can read here
Curriculum
- Variables and Data types
- Control flow
- Loops
- Array
- Objects
- Functions
- Advanced Functions
- Array callback Methods
- ES6 and newly features
- Object method and the
this
keyword - DOM manipulation Part 1
- DOM manipulation Part 2
- Events
- Asynchronous JavaScript
- HTTP Request
- Classes