How JS is executed?
When JavaScript code is executed, an execution context is created. This process involves two main steps: the memory allocation phase and the code execution phase.
During the creation of the global execution context, which represents the global scope ...
aminablogs.hashnode.dev2 min read