Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Check if the user is ready to play!
  2. confirm("You ready to play?");
  3. var xuti = prompt("xuxuxu");
  4. var age = prompt("What's your age?");
  5. if (age < 13)
  6. {
  7.     console.log ("Sorry , you can't play this game");
  8. }
  9. else
  10. {
  11.     confirm("Welcome!");
  12. }
  13.  
  14. confirm("you have choose");
  15. confirm("Go on Justin Bieber concert, or go on Rammsstein concert");
  16. var xuti("what is your choose?(Justin Bieber 1, Rammsstein 2)");
  17. if (xuti === 2)
  18. {
  19.     confirm("Kill Yourself");
  20. }
  21. else
  22. {
  23.     confirm("You are good Boy/Girl");
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement