namaste-javascript-notes icon indicating copy to clipboard operation
namaste-javascript-notes copied to clipboard

It maintains my version of namaste js notes which I learnt from Namaste JS YouTube Playlist by Akshay Saini (@akshaymarch7).

Results 5 namaste-javascript-notes issues
Sort by recently updated
recently updated
newest added

Corrected typo in lecture-7

I have added the important point which is missed in the notes for epi 2. "Call stack maintains the order of execution of execution context"

In the section explaining the call stack behavior with `async/await`, there's a mismatch between the code snippet and the explanation text. ![Image](https://github.com/user-attachments/assets/e4257a5e-fcff-4caa-93a6-960da8245cb5) **Issue:** In the descriptive explanation that follows this...