Advertisement
achshar

Untitled

Apr 29th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var r = Math.random();
  2. console.log(r);
  3. console.log((r < 0.34) ? "rock" : ((r < 0.67) ? "paper" : "scissors"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement