29
sadra
8y

while(apocalypses)
{
if(today.getDayOfYear == 256)
{
programmers.congratulate();
programmersDay.celebrate();
}
}

Comments
  • 1
    hard coded the number wasnt really good man :/
  • 3
    if ( (today.getDate() % 256) && (instaceOf apocalypse !== "doom") ) {
    ...
    ...
    }
Add Comment