Erstellen Sie ein Ereignis mit JavaScript

const event = new Event('HTMLEvent');
console.log(event);
Javasper