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

Taskmaster

619 readers
1 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...

top 2 comments
sorted by: hot top controversial new old
[โ€“] Tagger@lemmy.world 1 points 10 months ago

Thanks for this. May 14th

[โ€“] 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")
}
*/