Using instance methods as callbacks for event handlers changes the scope of this from \"My instance\" to \"Whatever just called the callback\"
this
Just adding to this that in ES6 because of arrow functions you shouldn't need to do this because they capture the this value.