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相关的网站信息

 
posted @ 2020-10-14 21:36  yanpeng_z  阅读(124)  评论(0)    收藏  举报