Skip to content

Commit

Permalink
Update principal.js
Browse files Browse the repository at this point in the history
Corrección en el ambito de las variables
  • Loading branch information
NicoPauer authored Aug 20, 2023
1 parent 07c04b6 commit 40f0e15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions principal.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// Se encarga de la parte visual y la interacción con los distintos formularios

const formularioColor = document.querySelector("#texto-colores");

/* Si el color lo puede ver bien muestra imagen info-gatos.svg, sino
muestra gato-triste.svg */

function analizarColor()
{
// Conviene que sea local esta parte así actualizo el color
const formularioColor = document.querySelector("#texto-colores");
let colorIngresado = obtenerColor(formularioColor.value);

if (colorGatuno(colorIngresado))
Expand Down

0 comments on commit 40f0e15

Please sign in to comment.