Advanced JavaScript
This courses focuses on many concepts which are essential to becoming an expert JavaScript developer. In addition, you will learn how to apply these concepts in real-world projects and publish your own library on npm.
Segment - 01 - Introduction
Segment - 02 - Execution Context
Segment - 03 - Execution Stack
Segment - 04 - Variable Environments
Segment - 05 - Hoisting
Segment - 06 - Scope Chain
Segment - 07 - Functions and IIFEs
Segment - 08 - Closure, Apply / Call / Bind
Segment - 09 - Syntax Refresher
Segment - 10 - Classes and Inheritance
Segment - 11 - Async Programming