Flow Of Code Execution in JavaScript
Introduction:
JavaScript is a synchronous and single-threaded language. To know how javascript code gets executed internally behind the scenes, we have to know something called Execution Context
Execution Context:
Everything in javascript is wrapped ...
pritijaju.hashnode.dev3 min read