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

  • *Tagger*
    link
    611 months ago

    Thanks for this. May 14th

  • Deebster
    link
    fedilink
    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")
    }
    */