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

  • Deebster@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    8 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")
    }
    */