复制1console.log(typeof typeof 1)
1console.log(typeof typeof 1)
本题为"单选题"
参考答案:
正确选项:B:"string"
typeof 1 返回 "number"。 typeof "number" 返回 "string"。
typeof 1
"number"
typeof "number"
"string"
最近更新时间:2021-07-03
小程序刷题更方便
关注公众号获取最新面经
咨询辅导服务/加面试交流群
题库维护不易,您的支持就是我们最大的动力!