Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. var userAnswer = prompt("Do you want to race Bieber on stage?")
  2. if (userAnswer === "yes")
  3. {
  4. console.log("You and Bieber start racing. It's neck and neck! You win by a shoelace!");
  5. if (userAnswer === "no")
  6. console.log("Oh no! Bieber shakes his head and sings 'I set a pace, so I can race without pacing.'");
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement