A collection of my learnings and notes from Akshay Saini’s legendary Namaste JavaScript series.
This repository serves as my personal JavaScript knowledge hub — where I’ve consolidated key concepts, examples, and takeaways from each episode.
Some of the concepts included:
- Execution Context & Call Stack
- Hoisting & Temporal Dead Zone
- Functions & Closures
- Promises, Async/Await, Event Loop
thiskeyword- Scope Chain, Block Scope, Shadowing
- Call, Apply & Bind
- And more as I continue learning...
Each episode’s notes are written with clear explanations, code snippets, and linked references for deeper understanding.
The goal is to build strong JavaScript fundamentals and have all important concepts in one place.
This repo mainly reflects my personal learning journey,
but feel free to open an issue or pull request if you spot something worth improving.
This repository is open for educational use — learn, fork, and share knowledge ✨
“The best way to master JavaScript is to truly understand how it works under the hood.”