Posts by user47110 • 19 points
1 post
-
0
votes2
answers335
viewsQ: Javascript code does not execute prompt
The prompt is not appearing: <script> function numero(int num) { return Math.round(Math.random() * num); }; var chute = prompt("Qual e o numero? "); var numeroPensado = numero(10); if(chute ==…
javascriptasked user47110 19