What the heck is execution context in JS?? How JS code is executing under the hood??
Now we all know that Javascript is a synchronous single-threaded language. Everything in JS happens inside of the execution context. So what the heck is execution context? Let's see this today.
First and foremost we will take an example of code :
var...
rohan108dev.hashnode.dev2 min read