What is the result of the following expression?
typeof(Symbol());
"object"
"undefined"
typeof is not applicable to symbols
"symbol"