This repo maintains my version of javascript notes which I learned from the famous Namaste Javascript Youtube Series by Akshay Saini.
Imagine JavaScript running your code like a well-organized factory. Everything that happens in JavaScript takes place inside something called an Execution Context. Think of it as the environment where ...