Everything you'd ever need to know about the working of JavaScript
Everything in Javascript happens inside an "Execution Context"
Whenever you'd run a Javascript code, the first thing that will happen is the creation of an Execution Context, but what exactly is this Execution Context?
You can think of it as a large ...
codesage.hashnode.dev4 min read