网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
判断题
JavaScript的基本数据类型包括String,boolean,Number,Undefined,Null。()
A
对
B
错
参考答案
参考解析
解析:
暂无解析
更多 “判断题JavaScript的基本数据类型包括String,boolean,Number,Undefined,Null。()A 对B 错” 相关考题
考题
Javascript中,以下代码运行后变量y的值是:()varx=[typeofx,typeofy][1];vary=typeoftypeofx;
A、“number“B、“string“C、“undefined“D、“object“
考题
Javascript中,以下代码运行后变量y的值是:()varx=[‘abcde’,123456];vary=typeoftypeofx[1];
A、“function“B、“object“C、“number“D、“string“
考题
在个人geodatabase中,下列哪种字段类型是有效的?()A、boolean、string、blob、singleB、string、text、guid、longrawC、data、blob、raster、floatD、double、boolean、binary、number
考题
Javascript中,以下代码运行后变量y的值是:() var x = [typeof x, typeof y][1]; var y = typeof typeof x;A、"number"B、"string"C、"undefined"D、"object"
考题
JavaScript的原始数据类型中null和undefined的共同点是()。A、都是原始类型,保存在变量本地B、都可以表示变量声明过但未被赋值,是所有未赋值变量的默认值C、都可以表示变量不再指向任何对象地址D、都是引用类型,值不保存在变量本地的数据类型
考题
String foo = “blue”; Boolean[]bar = new Boolean [1]; if (bar[0]) { foo = “green”; } What is the result? () A、 Foo has the value of “”B、 Foo has the value of null.C、 Foo has the value of “blue”D、 Foo has the value of “green”E、 An exception is thrown.F、 The code will not compile.
考题
单选题Javascript中,以下哪两个变量的值不是==:()。A
var a=0 , b=-0;B
var a=NaN , b=NaN;C
var a=null , b=undefined;D
var a=[] , b=false;
考题
单选题String foo = “blue”; Boolean[]bar = new Boolean [1]; if (bar[0]) { foo = “green”; } What is the result? ()A
Foo has the value of “”B
Foo has the value of null.C
Foo has the value of “blue”D
Foo has the value of “green”E
An exception is thrown.F
The code will not compile.
考题
多选题null和undefined的共同点是()。A都是原始类型数据B都是引用数据类型C值不保存在变量本地D值保存在变量本地
热门标签
最新试卷