This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by hxm8687
over 9 years

Why the ReferenceError: yes is not defined (after i answed yes)

// Check if the user is ready to play! confirm(“Are you ready to play?”); var age = prompt(“Input your age here”);

if (age <13) { console.log(“You are allowed to play this game but we take no responsibility for this”); } else { console.log(“You are at a Justin Bieber concert, and you hear this lyric ‘Lace my shoes off, start racing.’”); console.log(“Suddenly, Bieber stops and says, ‘Who wants to race me?’”); } var userAnswer =prompt(“Do you want to race Bieber on stage?”); if (userAnswer===yes) { console.log(“You and Bieber start racing. It’s neck and neck! You win by a shoelace!”); } else {console.log(“Oh no! Bieber shakes his head and sings ‘I set a pace, so I can race without pacing.’”) }

Answer 5415ac9e8c1cccd0d4001357

1 vote
Best answer

Permalink

Sloved — it should be if ( useranwser=== “yes”)

points
Submitted by hxm8687
over 9 years