JavaScript mendapatkan elemen yang memicu acara

window.addEventListener("change", function(event) {
	console.log(event);
});
Agreeable Aardvark