News

When the JavaScript engine scans a script file, it makes an environment called the **Execution Context** that handles the entire trafsformation and execution of the code. During the context runtime, ...
⚙️ Code Component: The second component inside execution context is code component. The code component is also known as thread of execution. 2.2: The thread of execution is responsible for the running ...