Guest User

Untitled

a guest
Jun 13th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var die = Math.floor(Math.random()*6 + 1);
  2.  
  3. console.log("You rolled a "+die);
Add Comment
Please, Sign In to add comment