What is the result of new Date("invalid string")?
new Date("invalid string")
NaN
undefined
Invalid Date
null