class Thing { method1 = () => {} method2 = () => { something.addEventListener('click', this.method1); } }