• Adults Only Website 18+

    If you are under 18 you are not permitted to submit personal information to us or use this website. If discovered you will be banned.

    We will ban and report anyone posting illegal content.

    We will ban any forum user who breaks our terms.

    Freedom of speech should be wide open as long as it doesn't incite violence.

    We have a 15 year old thriving community here with 400,000+ members and hundreds of people online at any given moment, we encourage you to join!, there are 1000's of topics to discuss. Please be aware before registering and read our terms of service and privacy policy.

    By dismissing this notice and proceeding, you agree to the above.

would anyone like to play minecraft

let age = 7;
let answer;

if(!age < 18)
{
answer = "ur noot chylde";
} else{
answer = "eye new itt fagoot";
}

let x = document.getElementById("fagzProfile");
x.innerHTML = answer;
he might not actually be a child he could be just fucking around
 
he might not actually be a child he could be just fucking around
let a;
let answer = `that may be the case, ${a}`;
let div = document.querySelector("div");

if(care != 0)
{
a = "I apologise.";
} else {
a = "but I dont really care that much tbh";
}

div.innerHTML = answer;

JavaScript:
let age = 7;
let answer;

if (age >= 18) {
  answer = "ur noot chylde";
} else {
  answer = "eye new itt fagoot";
}

console.log(answer);

// this is now error free, this is embarrassing
 
Last edited:
Back
Top