An open API service indexing awesome lists of open source software.

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.

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.”