Estilo embutido para mudar Js de cores de fundo
// Change the background color to red
document.body.style.backgroundColor = "red";
Inquisitive Iguana
// Change the background color to red
document.body.style.backgroundColor = "red";