Based on Namaste JS by Akshay Saini. Docs by Akshad Jaiswal.
Based on Namaste JS by Akshay Saini. Docs by Akshad Jaiswal.
A Complete Learning Resource
NAMASTE
JAVASCRIPT
26 episodes across 2 seasons plus Concepts. From the fundamentals of execution context and closures to async JavaScript and the Promise API.
Season 0119 episodes
Fundamentals
Core JavaScript — Execution Context, Hoisting, Closures, Scope & the Event Loop
EP 01
Execution Context
EP 02Execution and Call Stack
EP 03Hoisting
EP 04Functions and Variable Environments
EP 05Shortest JS Program, Window and this Keyword
EP 06Undefined vs Not Defined
EP 07Scope and Lexical Environment
EP 08let const and Temporal Dead Zone
EP 09Block Scope and Shadowing
EP 10Closures
EP 11setTimeout and Closures
EP 12Closures Interview Questions
EP 13First Class and Anonymous Functions
EP 14Callbacks and Event Listeners
EP 15Asynchronous JS and Event Loops
EP 16JS Engine and V8 Architecture
EP 17Trust Issues with setTimeout
EP 18Higher Order Functions and Functional Programming
EP 19map filter and reduce
Season 025 episodes
Async JavaScript
Async JavaScript — Callbacks, Promises, async/await & the Promise API
Concepts2 topics
Concepts
Design Patterns & Performance — Debouncing, Throttling & more