What is the result of the following code?
console.log(typeof new Date());
"string"
"date"
"number"
"object"