JavaScript Code Execution and Call Stack
When you run the program many things are happening behind the scene in the JavaScript Engine.
As everything in JS happens inside the execution context, and JS is not possible without the execution context, what exactly happens when you run the JS pro...
moreshwar.hashnode.dev4 min read