Welcome to Namaste Javascript Notes 🙏
❓ what it is
This repo maintains my version of javascript notes which I learned from the famous Namaste Javascript Youtube Series by Akshay Saini.
🔗 bit.ly/namaste-js
Namaste Javascript Notes Website
🏠🚀 PDF Version of Complete Notes
📝 Content List
Combined Lectures Notes 📑 PDF
Episode 1 : Execution Context 📑 PDF
Episode 2 : How JS is executed & Call Stack 📑 PDF
Episode 3 : Hoisting in JavaScript (variables & functions) 📑 PDF
Episode 4 : Functions and Variable Environments 📑 PDF
Episode 5 : Shortest JS Program, window & this keyword 📑 PDF
Episode 6 : undefined vs not defined in JS 📑 PDF
Episode 7 : The Scope Chain, Scope & Lexical Environment 📑 PDF
Episode 8 : let & const in JS, Temporal Dead Zone 📑 PDF
Episode 9 : Block Scope & Shadowing in JS 📑 PDF
Episode 10 : Closure in JS 📑 PDF
Episode 11 : setTimeout + Closures Interview Question 📑 PDF
Episode 12 : Famous Interview Questions ft. Closures 📑 PDF
Episode 13 : First Class Functions ft. Anonymous Functions 📑 PDF
Episode 14 : Callback Functions in JS ft. Event Listeners 📑 PDF
Episode 15 : Asynchronous JavaScript & EVENT LOOP from scratch 📑 PDF
Episode 16 : JS Engine Exposed, Google's V8 Architecture 📑 PDF
Episode 17 : Trust issues with setTimeout() 📑 PDF
Episode 18 : Higher-Order Functions ft. Functional Programming 📑 PDF
Episode 19 : map, filter & reduce 📑 PDF
✨ Testimonial
From the creator of Namaste Javascript himself,
👤 Author
alok raj (alokr417@gmail.com)
- website: https://alokraj.tech/
- linkedin: @alok722
🤝 Contribution Guidelines
- Fork the repository to your own Github account
- Clone the project to your machine, checkout to new branch & install dependencies using yarn
- Commit changes to your branch only using npm run commit script
- Don't use git commit -m "commit message" to commit your changes
- Push changes to your fork
- Open a PR in my repository by providing all info and context of your PR.
🙏 Special Thanks
- https://github.com/HariAcidReign/JavaScript-A-Z-Notes
- https://sakshambhatt.hashnode.dev/notes-or-namaste-javascript-by-akshay-saini
✨ Show your support
Give a ⭐️ if this project helped you!