Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alok722/namaste-javascript-notes
It maintains my version of namaste js notes which I learnt from Namaste JS YouTube Playlist by Akshay Saini (@akshaymarch7).
https://github.com/alok722/namaste-javascript-notes
javascript javascript-notes namaste-javascript namaste-javascript-course namaste-js namaste-js-notes
Last synced: about 1 month ago
JSON representation
It maintains my version of namaste js notes which I learnt from Namaste JS YouTube Playlist by Akshay Saini (@akshaymarch7).
- Host: GitHub
- URL: https://github.com/alok722/namaste-javascript-notes
- Owner: alok722
- License: mit
- Created: 2021-07-14T15:46:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T15:57:06.000Z (4 months ago)
- Last Synced: 2024-10-01T13:42:51.218Z (about 1 month ago)
- Topics: javascript, javascript-notes, namaste-javascript, namaste-javascript-course, namaste-js, namaste-js-notes
- Language: JavaScript
- Homepage: https://alok722.github.io/namaste-javascript-notes/dist/lectures.html
- Size: 25.6 MB
- Stars: 1,446
- Watchers: 17
- Forks: 668
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to Namaste Javascript Notes 🚀
![Namaste-JavaScript-Banner](https://socialify.git.ci/alok722/namaste-javascript-notes/image?description=1&font=Raleway&forks=1&logo=https://www.tutorialrepublic.com/lib/images/javascript-illustration.png&owner=1&stargazers=1&theme=Dark)
## ❓ what it is
> This repo maintains my version of javascript notes which I learned from the famous [Namaste Javascript Youtube Series](https://www.youtube.com/watch?v=pN6jk0uUrD8&list=PLlasXeu85E9cQ32gLCvAvr9vNaUccPVNP&index=1&ab_channel=AkshaySaini) by Akshay Saini.
## 🏠 [Namaste Javascript Notes Website](https://alok722.github.io/namaste-javascript-notes/dist/lectures.html)
## 🚀 [PDF Version of Complete Notes](./dist/namaste-javascript-notes.pdf)
## 📝 Content List
### 📌 Season 1
#### [Episode 1 : Execution Context](./notes/season-1/lecture-01.md)
#### [Episode 2 : How JS is executed & Call Stack](./notes/season-1/lecture-02.md)
#### [Episode 3 : Hoisting in JavaScript (variables & functions)](./notes/season-1/lecture-03.md)
#### [Episode 4 : Functions and Variable Environments](./notes/season-1/lecture-04.md)
#### [Episode 5 : Shortest JS Program, window & this keyword](./notes/season-1/lecture-05.md)
#### [Episode 6 : undefined vs not defined in JS](./notes/season-1/lecture-06.md)
#### [Episode 7 : The Scope Chain, Scope & Lexical Environment](./notes/season-1/lecture-07.md)
#### [Episode 8 : let & const in JS, Temporal Dead Zone](./notes/season-1/lecture-08.md)
#### [Episode 9 : Block Scope & Shadowing in JS](./notes/season-1/lecture-09.md)
#### [Episode 10 : Closure in JS](./notes/season-1/lecture-10.md)
#### [Episode 11 : setTimeout + Closures Interview Question](./notes/season-1/lecture-11.md)
#### [Episode 12 : Famous Interview Questions ft. Closures](./notes/season-1/lecture-12.md)
#### [Episode 13 : First Class Functions ft. Anonymous Functions](./notes/season-1/lecture-13.md)
#### [Episode 14 : Callback Functions in JS ft. Event Listeners](./notes/season-1/lecture-14.md)
#### [Episode 15 : Asynchronous JavaScript & EVENT LOOP from scratch](./notes/season-1/lecture-15.md)
#### [Episode 16 : JS Engine Exposed, Google's V8 Architecture](./notes/season-1/lecture-16.md)
#### [Episode 17 : Trust issues with setTimeout()](./notes/season-1/lecture-17.md)
#### [Episode 18 : Higher-Order Functions ft. Functional Programming](./notes/season-1/lecture-18.md)
#### [Episode 19 : map, filter & reduce](./notes/season-1/lecture-19.md)
### 📌 Season 2
#### [Episode 20 : Callback Hell](./notes/season-2/lecture-01.md)
#### [Episode 21 : Promises](./notes/season-2/lecture-02.md)
#### [Episode 22 : Creating a Promise, Chaining & Error Handling](./notes/season-2/lecture-03.md)
#### [Episode 23 : async await](./notes/season-2/lecture-04.md)
#### [Episode 24 : Promise APIs (all, allSettled, race, any) + Interview Questions 🔥](./notes/season-2/lecture-05.md)
#### [Episode 25 : `this` keyword in JavaScript](./notes/season-2/lecture-06.md)
## ✨ Testimonial
From the creator of Namaste Javascript himself, 🙌
![Testimonial](./assets/testimonial.png)## 👤 Author
**alok raj ([email protected])**
- website: https://alok722.github.io/
- linkedin: [@alok722](https://linkedin.com/in/alok722)
## 🤝 Contribution Guidelines
- Please create an issue with your suggestion, if found valid I would push the fix.
- Please, Don't open the PR directly without conversation.## ✨ Show your support
Give a ⭐️ if this project helped you!
![image info](https://api.star-history.com/svg?repos=alok722/namaste-javascript-notes&type=Timeline)