this post was submitted on 27 Oct 2023
2 points (100.0% liked)

Taskmaster

628 readers
38 users here now

Subreddit for the international show Taskmaster

founded 1 year ago
MODERATORS
 

I haven't looked up when Greg's actual birthday is...

you are viewing a single comment's thread
view the rest of the comments
[–] Deebster@programming.dev 1 points 10 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")
}
*/