The First Step in JS Execution: Understanding the Global Context
If you ever think about how JavaScript executes code behind the scenes.. then this blog is the last blog you have to read for you lifetime understanding… let’s deep dive into it. Do you know how this code is executed and what the output of it? // a ...

