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

0 points
Submitted by Vimal Roy Paul Raj
almost 9 years

Help me with this error..(NS_ERROR_NOT_AVAILABLE:)

// Check if the user is ready to play! confirm(“I am ready to play!”); var age=prompt(“What is your age?”); if(age<13) { console.log(“You are allowed to play but you I take no responsibility”); } else { console.log(“Play On!”); } 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 pricing.’”); } var feedback=prompt(“Rate the game out of 10”); if(feedback>8) { console.log(“Thank you! We should race at the next concert!”); } else { console.log(“I’ll keep practicing coding and racing.”); }

Answer 5589136de39efe20680003f2

0 votes

Permalink

Refresh your browser.

points
almost 9 years

1 comments

Vimal Roy Paul Raj almost 9 years

Thanks..