[关闭]
@s342782661-xbc 2020-10-14T13:43:10.000000Z 字数 277 阅读 220

JavaScript中typeof知多少?

你知道下面typeof运算的结果吗?
typeof(888888);
typeof(NaN);
typeof(Number.MIN_VALUE);
typeof(Infinity);
typeof("xinbiancheng.cn");
typeof(true);
typeof(window);
typeof(document);
typeof(null);
typeof(eval);
typeof(Date);
typeof(sss);
typeof(undefined);
你知道它的结果是多少?
更多信息请参考更多JS相关的网站信息

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注