Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Check if the user is ready to play!
- confirm("Are you ready?");
- var age = prompt("What's your age?");
- if(age >= 18)
- {
- console.log("Play on!");
- }
- else
- {
- console.log("You must be 13 or older to play!");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement