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