From cae341799687a50de741f9b0f77295ebde63d60f Mon Sep 17 00:00:00 2001 From: lautarito0o Date: Fri, 30 Dec 2022 19:06:02 -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..359a445030 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;