JavaScript Sistemas

let miTitulo = document.querySelector('h1');
miTitulo.innerHTML = 'Hello world!';
Wild Wallaby