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 Contextsarrow-up-right
The running execution context is always at the top of the call stack.
execution context(s) are managed by call stack.
the top element of call stack is called running execution context.
Anil โฉ Scope, Lexical Environment and Scope Chain in JavaScriptarrow-up-right โญ๏ธ
JS spec โฉ 8.2 Execution Contextsarrow-up-right
Last updated 3 years ago