call stack
a stack used to track execution contexts.
Last updated
Was this helpful?
a stack used to track execution contexts.
Last updated
Was this helpful?
⟩ ⟩ ⟩ call stack
A stack that is used to track execution context(s).
📘 JS spec ⟩ 8.2
The running execution context is always at the top of the call stack.