Must know concepts to master Javascript

Must know concepts to master Javascript

(1 min read)

One must know following concepts in order to master Javascript.

  1. Hoisting
  2. Scope
  3. IIFE and Closures
  4. Prototype and Class
  5. Memoization
  6. Currying
  7. Callback and Asynchronous Javascript
  8. Polymorphism in Javascript
  9. Event loop