main #15

Open
hidalgo.geronimo wants to merge 6 commits from hidalgo.geronimo/clase-8-DOM:main into main
Showing only changes of commit cfa41d97e9 - Show all commits

View File

@@ -64,4 +64,11 @@ const limpiarList = (id) => {
}
}
// Ejercicio 7
const cambiarImg = () => {
const img = document.querySelector("img");
img.src = "foto2.jpg";
img.alt = "Locro";
}