Skip to content

Instantly share code, notes, and snippets.

View Elsaadany427's full-sized avatar
💤
Nothing so far, Maybe more coding

Saadany Elsaadany427

💤
Nothing so far, Maybe more coding
View GitHub Profile
@Elsaadany427
Elsaadany427 / CallStack.md
Created August 17, 2023 12:12
Call stack Below is an example of how code running in the current Call Stack can prevent code on the Event Loop from being executed.

Call stack

Below is an example of how code running in the current Call Stack can prevent code on the Event Loop from being executed.


A call stack is a mechanism for an interpreter (like the JavaScript interpreter in a web browser) to keep track of its place in a script that calls multiple functions