/javascript-refresher

Review Javascript over and over again.

Primary LanguageJavaScript

javascript-refresher

My reviewing of learning javascript in 2020.

What is JavaScript

Curriculum

  1. Variables and Data types
  2. Control flow
  3. Loops
  4. Array
  5. Objects
  6. Functions
  7. Advanced Functions
  8. Array callback Methods
  9. ES6 and newly features
  10. Object method and the this keyword
  11. DOM manipulation Part 1
  12. DOM manipulation Part 2
  13. Events
  14. Asynchronous JavaScript
  15. HTTP Request
  16. Classes

References