What result does the following code produce?
console.log(typeof null);
"null"
"undefined"
"object"
"boolean"