From b66c16c64c51cae25b43ec0c78985d5ead1e8f3a Mon Sep 17 00:00:00 2001 From: "ricar@DESKTOP-LAEEN7J MINGW64" Date: Tue, 2 Aug 2022 22:33:24 -0300 Subject: [PATCH] first commit --- 02-JS-I/homework/homework.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-JS-I/homework/homework.js b/02-JS-I/homework/homework.js index 3c92ac9cdf..0b7f988002 100644 --- a/02-JS-I/homework/homework.js +++ b/02-JS-I/homework/homework.js @@ -1,7 +1,7 @@ // En estas primeras 6 preguntas, reemplaza `null` por la respuesta // Crea una variable "string", puede contener lo que quieras: -const nuevaString = null; +const nuevaString = hola; // Crea una variable numérica, puede ser cualquier número: const nuevoNum = null;