Hello, keep getting a "Oops, try again. There was a problem with your syntax" error. To me it all looks right.
// Check if the user is ready to play!
confirm("Are Ready to Ruuuuumble?");
var age = prompt("what's your age");
if(age<13) {
console.log("get moms permission")}
else{
console.log("spend some money!")}
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?".)
I copied and pasted everything, refreshed, and reset code but error still persists. The one thing I notice is that the "13" in the "if(age<13)" line is red in color.