Thanks for this. May 14th
this post was submitted on 27 Oct 2023
14 points (100.0% liked)
Taskmaster
658 readers
2 users here now
Subreddit for the international show Taskmaster
founded 1 year ago
MODERATORS
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")
}
*/