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