Skip to content

Instantly share code, notes, and snippets.

View blackbutterfly1's full-sized avatar

Denise Ford blackbutterfly1

  • Cleveland, Ohio
View GitHub Profile
// Check if the user is ready to play!
confirm("Are you ready to play!");
var age= prompt("What is your age?");
if (age< 13)
{
//do this code//
confirm("ask your parent if you can play.");
}
else
//"otherwise"//