From e895348029c094f125a3753831ce8da66688eef2 Mon Sep 17 00:00:00 2001 From: duvan morales Date: Thu, 10 Nov 2022 11:06:53 -0500 Subject: [PATCH 1/2] 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..ac8375158e 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; From 5697ab2fb371598e9e6841570544c4eee93dc5e2 Mon Sep 17 00:00:00 2001 From: duvan morales Date: Thu, 10 Nov 2022 11:11:19 -0500 Subject: [PATCH 2/2] commit second --- 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 ac8375158e..3c92ac9cdf 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 = "hola"; +const nuevaString = null; // Crea una variable numérica, puede ser cualquier número: const nuevoNum = null;