What is the result of the following code?
console.log(typeof 42);
"string"
"number"
"boolean"
"undefined"