alert('Bienvenidos al juego del numero secreto');
let numeroSecreto=10;
let numeroUsuario=prompt("indica un numero entre 1 y 10:");
console.log (numeroUsuario);
if(numeroUsuario==numeroSecreto){
alert("acertaste el numero secreto");
}else{
alert(acertaste,el numero es:${numeroUsuario}
);
}
alert("gracias por jugar");