gpt4 book ai didi

javascript - typeof typeof x 返回字符串而不是对象,因为 null 的类型是对象

转载 作者:行者123 更新时间:2023-11-30 07:54:41 26 4
gpt4 key购买 nike

我是js的新手,正在努力学习js,你们能告诉我为什么typeof typeof x返回string,提供下面的代码片段,如果我理解这个简单的概念,它将对我有更多帮助:

var x=null;
console.log(typeof typeof x);

最佳答案

typeof x 返回 x 类型的字符串表示形式。所以,很自然地,typeof typeof x 是字符串。

来自 MDN :

The typeof operator returns a string indicating the type of the unevaluated operand.

关于javascript - typeof typeof x 返回字符串而不是对象,因为 null 的类型是对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43171010/

26 4 0
文章推荐: JavaScript (jQuery) 只是不断将数据附加到
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com