Trending News
How to complete this code?
confirm("I am ready to play!")
var age=prompt("What is your age?")
if(age<18){console.log("You're allowed to play,but I take no responsibility.")}
else{console.log("Enjoy yourself!")}
console.log("Snow White and Batman were hanging out at the bus stop, waiting to go to the shops. There was a sale on and both needed some new threads. You've never really liked Batman. You walk up to him.")
console.log("Batman glares at you.")
var userAnswer=prompt("Are you feeling lucky,punk?")
if(userAnswer==="yes"){console.log("Batman hits you vary hard.It's Batman and you're you!Of course Batman wins!")}
else{console.log("You did not say yes to feeling lucky.Good choise!You are a winner in the game of not getting beaten up by Batman.")}
The code is written in Javascript.
How can I put in the "no" option?