I know __proto__ is deprecated (or not part of the standard) and all that but I\'m still curious as to what it means when it says Invalid Date when I look at th
__proto__
The prototype of a Date instance has no defined value. Only the instance has a value. You define it when you instantiate it.