WIPull #3

Open
arteche.mateo wants to merge 9 commits from arteche.mateo/clase-8-DOMprkkkk:mateo-arteche-rama into main
Showing only changes of commit 92ad65f431 - Show all commits

View File

@@ -1 +1,9 @@
// Vincular este archivo al archivo index.html, y resolver aquí los ejercicios.
function cambiarH1(){
const titulo = document.querySelector("h1");
console.log(titulo.textContent);
titulo.textContent = "Comidas mas consumidas por argentinos";
}
cambiarH1(); // Ejercicio 1