Live data from Hacker News

How well do you know JavaScript's Date class? (a quiz)

jsdate.wtf

1–5 of 5 posts

Re: How well do you know JavaScript's Date class? (a quiz)

#4
post #3

This is gold, I can’t imagine the source code (or worse, the spec) that allows those weird quirks.

Some interesting test cases + comments - https://chromium.googlesource.com/v8/v8/+/3.0.12.1/test/mjsu...

And a few interesting bits here - https://chromium.googlesource.com/v8/v8/+/refs/heads/main/sr...

Re: How well do you know JavaScript's Date class? (a quiz)

#5

Reminds me of this classic: https://www.destroyallsoftware.com/talks/wat I got 12, although multiple choice helped me guess on several.

And this compiled list of "falsehoods developers believe" about time..! https://gist.github.com/timvisee/fcda9bbdff88d45cc9061606b4b...