What does the following code output?
console.log(typeof 42);
"string"
"number"
"undefined"
"object"
This question is part of this quiz :