This Keyword in javascript

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.