Last updated 2 years ago
Was this helpful?
⟩ ⟩ context
(this) object to which a function belongs.
key concepts
this - property of an execution context.
context vs. scope
different contexts
global context
class body context - class body has its own this context.
scope:visibility of variable.
context:(this) object to which a function refers.
Kevin Chisholm ⟩
⟩ / function / eval context