Mastery Points
0
The 'this' Keyword in javascript
Context & Logic
The value of this depends on how a function is called: in methods it usually refers to the object, in event handlers to the element, and in arrow functions it is lexically captured from the surrounding scope.