Code: ``` js this._events(Button).on('click', function () { }, this); ``` After `n`'th click we have `n+1` click handlers.