From f9417c68f63a52a3405b4ebb325c8a4b21f6143c Mon Sep 17 00:00:00 2001 From: Fabricio Leonardo Sodano Pascazi Date: Wed, 9 Oct 2019 16:05:09 -0300 Subject: [PATCH] corrije variable sin traducir --- js/nivel3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/nivel3.js b/js/nivel3.js index 1fc367a5..3dba087e 100644 --- a/js/nivel3.js +++ b/js/nivel3.js @@ -243,7 +243,7 @@ Ejemplo: const nuestroTwitter = document.querySelector('.twitter'); - ourTwitter.style.backgroundColor = 'white'; + nuestroTwitter.style.backgroundColor = 'white'; */ // Tarea: Obtené cualquier elemento de la página y cambiale algunos estilos.