namaste-javascript-notes
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).
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"
It should be p1
In the section explaining the call stack behavior with `async/await`, there's a mismatch between the code snippet and the explanation text.  **Issue:** In the descriptive explanation that follows this...