What is the expected result of calling toISOString on a date where the
year is NaN?

var d = new Date(NaN);
d.toISOString();

?

Garrett
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to