From f9eafd10a075056c8bf1923963ea30540dea3677 Mon Sep 17 00:00:00 2001 From: Nicolas Pauer <89319674+NicoPauer@users.noreply.github.com> Date: Sun, 20 Aug 2023 20:07:22 -0300 Subject: [PATCH] Update info-gatos.js Correcion de errores --- info-gatos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info-gatos.js b/info-gatos.js index 2c16c4d..cafd839 100644 --- a/info-gatos.js +++ b/info-gatos.js @@ -7,7 +7,7 @@ function obtenerColor(nombre) si ya está en hexadecimal lo devuelve sino lo traduce */ let color = ""; // Convierto nombre a minuscula - nombre = nombre.toLowerCase(); + let nombre = nombre.toLowerCase(); if (nombre[0] === "#") { // Verifico si ya está en hexadecimal