Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 339 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 339 Bytes

Advanced Javascript Concepts

  • Debouncing
  • Throttling
  • Event Bubbling
  • Event Capturing
  • Defer
  • Async Await
  • preventDefault vs stopPropagation vs stopImmediatePropagation
  • localStorage and sessionStorage and cookie
  • call apply bind
  • var vs let vs const
  • Event delegation
  • Closure and Currying
  • Array Manipulation
  • Prototypes