Posts by user48310 • 11 points
1 post
-
1
votes0
answers28
viewsQ: How can I generate random numbers without repetition?
I have this code to generate a random number between 0 and 10, but sometimes it doesn’t find the number between 10. for(var i=0; i<10; i++) { var buscar = Math.round(Math.random() * 10);…
javascriptasked user48310 11