【初级】typeof

打印结果

console.log(typeof typeof typeof null);
1
// 打印结果是:
string
1
2