To my knowledge, the this
keyword refers to the window
object in Javascript. However, while working through the codecademy jQuery track, it says "the this
keyword refers to the object you're currently doing something with" like the button being clicked clicked etc.
Are these two facts reconcilable as two sides of the same coin, or is the implementation of the this
keyword truly different between JS and jQuery?