Hacker News new | ask | show | jobs
by sgmoore 1614 days ago
> var Ha = new Date(2021,5,19,0,0,0,0); > My assumption is that this is the launch date for Wordle

But not 19th of May 2021, but 20th of June 2021

Every time I look as JavaScript, I find a new reason to hate it.

1 comments

Only 50%; the month is zero-indexed, but the day isn't.
That's horrifying.
So 19th of June 2021.
Yup, still annoying, just marginally less so!
i'd argue the lack of consistency is more annoying, not less.
Yep. Makes it all the worse.