Ajuste para 50 del número máximo

This commit is contained in:
2026-06-10 15:36:50 -05:00
parent e08637ed3a
commit e1f54a773d
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -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);