https://github.com/swati-tanu/namastejavascript
This repository serves as my personal JavaScript knowledge hub — where I’ve consolidated key concepts, examples, and takeaways.
https://github.com/swati-tanu/namastejavascript
event-loop execution-context js-engine promises-async-await temporal-dead-zone
Last synced: 2 months ago
JSON representation
This repository serves as my personal JavaScript knowledge hub — where I’ve consolidated key concepts, examples, and takeaways.
- Host: GitHub
- URL: https://github.com/swati-tanu/namastejavascript
- Owner: Swati-Tanu
- Created: 2025-09-28T12:20:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-10-19T06:23:26.000Z (6 months ago)
- Last Synced: 2025-10-23T04:28:19.230Z (6 months ago)
- Topics: event-loop, execution-context, js-engine, promises-async-await, temporal-dead-zone
- Homepage:
- Size: 9.53 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
---
## 📚 Topics Covered
Some of the concepts included:
- Execution Context & Call Stack
- Hoisting & Temporal Dead Zone
- Functions & Closures
- Promises, Async/Await, Event Loop
- `this` keyword
- Scope Chain, Block Scope, Shadowing
- Call, Apply & Bind
- And more as I continue learning...
---
## 🧠 About
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.
---
## 🤝 Contributing
This repo mainly reflects my personal learning journey,
but feel free to open an issue or pull request if you spot something worth improving.
---
## 🧾 License
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.”