Advertisement
brenond

Untitled

Mar 4th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. confirm("I am ready to play")
  2.  
  3. var age prompt=("What is your age?")
  4.  
  5. if ( age >= 13) {
  6. console.log("You are old enough to play")
  7. }
  8.  
  9. else (age <= 13) {
  10. console.log("You are not old enough to play")
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement