Guest User

Untitled

a guest
Jun 24th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. var soma = 0
  2. while (soma < 1000){
  3. soma += parseInt(Math.random() * 100)
  4. document.write (soma + "<br>")
  5. }
Add Comment
Please, Sign In to add comment