diff --git a/app.js b/app.js index 50b4983..24beff2 100644 --- a/app.js +++ b/app.js @@ -1,7 +1,7 @@ let numeroSecreto = 0; let Intentos = 0; let numerosSorteados = []; -let numeroMaximo = 100; +let numeroMaximo = 50; function asignarTextoElemento(elemento, texto) { let elementoHTML = document.querySelector(elemento); diff --git a/index.html b/index.html index 35c3eca..81a8593 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@
- +