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