Advertisement
Guest User

12211

a guest
Apr 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <html>
  2. <canvas width="1000" height="500" id="theCanvas"></canvas>
  3. <script>
  4.  
  5. odlegloscObiektu = Math.floor((Math.random() * 100) + 101);
  6.  
  7. window.alert(odlegloscObiektu);
  8. </script>
  9. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement