A.var obj=();
B.var obj=[];
C.var obj={};
D.var obj=//;
您可能感興趣的試卷
你可能感興趣的試題
A.var test=1;typeof test==’number’;
B.var test=1.2;typeof test==’float’;
C.var test=undefined;typeof test==’undefined’;
D.var test={};typeof test==’object’;
(function() { var a1 = b1 = 5; })(); console.log(b1);console.log(a1);
上面代碼運行后 輸出的結(jié)果是()
A.5,5
B.undefined,undefined
C.5,undefined
D.5,Uncaught ReferenceError:a is not defined
A.都有返回值
B.map有返回值
C.forEach有返回值
D.都沒有返回值
A.Math.random()
B.Math.round()
C.Math.floor()
D.Math.min()
A.TRUE
B.0.75
C.FALSE
D.以上都不對
最新試題
Quest Central for Database數(shù)據(jù)庫監(jiān)控工具不具有下列哪個功能模塊()
以下哪項不屬于軟件測試工具選擇的主要衡量指標()
下面對白盒測試的目的描述正確的是()
下面關于判定表規(guī)則及規(guī)則合并描述錯誤的是()
Quest Central for Database數(shù)據(jù)庫監(jiān)控工具不能管理以下哪種數(shù)據(jù)庫()
下面哪項不屬于系統(tǒng)測試的主要目標()
白盒測試的目的不包括()
TestManager哪個窗口用于顯示執(zhí)行結(jié)果()
增殖式集成方式不包括()
下面屬于判定表優(yōu)點的是()