const gambling = Math.floor(Math.random() * 100) alert(gambling) const numbers = []; for (let i = 0; i < 100; i++) { numbers.push(Math.floor(Math.random() * 100)); const number = Math.floor(Math.random() * 100); let guess = Number(prompt("zgadnij liczbe")) while (guess!=number){ if (guess>number){ alert("mniej") guess = Number(prompt("zgadnij liczbe")) }else if (guess