Facebook Pixel

How is this value set in a function execution context?

By how the function was called. A plain call gives this as undefined (strict mode) or the global object. A method call gives the object. call, apply, and bind set it explicitly. Arrow functions inherit this from their lexical scope.

Verify This Answer

Cross-check this information using these trusted sources:

More FAQs in How JavaScript Creates Execution Context for Functions

A new function execution context with a variable environment, an outer environment reference (for the scope chain), and a value for this. It is pushed onto the call stack.

A pointer to the parent function's environment. The engine follows these references up the chain to resolve variables not found locally. This is the scope chain.

When the function returns. Its call stack frame is popped and local variables are gone, unless a closure keeps a reference to the variable environment.

Still have questions?

Browse all our FAQs or reach out to our support team

Want to upskill yourself?

Our courses are taking a Coffee break, but your curiosity shouldn't. Stay engaged with namastedev linkedin, youtube, discord and other resources while you wait.

0
Please Login.
Please Login.
Please Login.
Please Login.
Please Login.
Please Login.
Please Login.
Please Login.
Please Login.
Please Login.
Please Login.
Please Login.