单项选择题
A.1 undefined 2 B.undefined undefined undefined C.1 1 2 D.1 undefined undefined
JavaScript中的所有内容都是()A.原始或对象B.函数或对象C.技巧问题!只有对象D.数字或对象
单项选择题JavaScript中的所有内容都是()
A.原始或对象 B.函数或对象 C.技巧问题!只有对象 D.数字或对象
!!null;!!"";!!1; 以上三个表达式的输出结果分别为()A.false true falseB.f...
单项选择题!!null;!!"";!!1; 以上三个表达式的输出结果分别为()
A.false true false B.false false true C.false true true D.true true false
setInterval(() => console.log("Hi"), 1000);以上代码的返回值为()A...
单项选择题setInterval(() => console.log("Hi"), 1000);以上代码的返回值为()
A.一个唯一的id B.指定的毫秒数 C.传递的函数 D.undefined