Oh jesus, I totally forgot, thanks man. God I feel like a noob atmvar age = prompt("What's your age");
if (age is less than 13)
{
console.log("You are not allowed to play.");
}
var age = prompt("What's your age");
if (age < 13)
{
console.log("You are not allowed to play.");
}