função de chamada javascript do manipulador de eventos ES6
elem.addEventListener('click', (event) => ((that) => {
console.log(event, that);
})(this));
ofroog
elem.addEventListener('click', (event) => ((that) => {
console.log(event, that);
})(this));