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