Hello, When calling `new Date(1234)` I get this error: `TypeError: Bind must be called on a function` I would expect just to get a `Date` with `valueOf` returning `1234`.
Hello,
When calling
new Date(1234)I get this error:TypeError: Bind must be called on a functionI would expect just to get a
DatewithvalueOfreturning1234.