Inline -Stil, um die Hintergrundfarbe JS zu ändern
// Change the background color to red
document.body.style.backgroundColor = "red";
Inquisitive Iguana
// Change the background color to red
document.body.style.backgroundColor = "red";