79729857

Date: 2025-08-08 14:10:13
Score: 1
Natty:
Report link

Fun fact: the month field is zero-based in the Date object. So to get the first of January, you need to do this:

var date = new Date(2000, 0, 1)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: John Henry Doe