关于 JavaScript 中的 typeof 操作符,下列说法正确的是()
typeof null 的结果是 "object"
typeof NaN 的结果是 "object"
typeof undefined 的结果是 "null"
typeof Symbol() 的结果是 "object"