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相关的网站信息
浙公网安备 33010602011771号