What value does the following code return?
const date = new Date(); console.log(typeof date);
"object"
"date"
"string"
"number"