AAAmina Arifinaminablogs.hashnode.dev·Jun 14, 2023 · 2 min readHow 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 ...00