尝试这个
//Check if the user is ready to play!
confirm("Are you ready?");
var age=prompt("How old are you?");
if (age>17){
console.log("play on");
}
else
{
console.log("i don't care");
}
//Story
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;
var userAnswer=prompt;
prompt("are you feeling lucky?");
if (prompt==="yes")
console.log("Batman hits you very hard. It's Batman and you're you! Of course Batman wins!");
else
console.log("You did not say yes to feeling lucky. Good choice! You are a winner in the game of not getting beaten up by Batman.");