Fonction d'appel JavaScript du gestionnaire d'événements ES6

elem.addEventListener('click', (event) => ((that) => {
	console.log(event, that);
})(this));
ofroog