๐ฐcall stack
a stack used to track execution contexts.
JS โฉ concept โฉ execution context โฉ call stack
A stack that is used to track execution context(s).
๐ JS spec โฉ 8.2 Execution Contexts
The running execution context is always at the top of the call stack.
Last updated
Was this helpful?