Execution Context in JS
JavaScript is a single-threaded and synchronous language. And everything in JS happens inside an Execution Context.
Either you write a single line or thousands of lines inside a JavaScript program everything will be implemented with the help of Globa...
ashish08.hashnode.dev3 min read