Introduction
JavaScript Basic Concepts I
- Call by Value vs Call by Reference
- Arguments and Parameters
- Execution Context
- Hoisting
- Stack overflow & Memory leaks
- Garbage Collection in JavaScript
- Single-Threaded
- Lexical Environment
- Scope chain
- Leakage of global variables