Eero Ränik

Results 1 comments of Eero Ränik

In 28.4.5.1, `elem.addEventListener('click', this.handleClick.bind(this));` is a bit of an anti-pattern since there would be no way to remove that event listener afterwards. I think it's necessary to mention that since...