I haven’t looked up when Greg’s actual birthday is…

  • Deebster
    link
    211 months ago

    I just looked at the source code for this, and it feels like they gave it to an intern that falsely claim they knew webdev.

    /*
    if(date>mydate)
    {
        alert("greater");
    }
    else
    {
        alert("smaller")
    }
    */