网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
console.log(boor1+boor2);当boor1和boor2为多少时输出为1?()
- A、varboor1=true;varboor2=false
- B、varboor1=1;varboor2=0
- C、varboor1=0;varboor2=1
- D、varboor1=true;varboor2=true
参考答案
更多 “console.log(boor1+boor2);当boor1和boor2为多少时输出为1?()A、varboor1=true;varboor2=falseB、varboor1=1;varboor2=0C、varboor1=0;varboor2=1D、varboor1=true;varboor2=true” 相关考题
考题
Asystemadministratornoticedseveralerrormessagesonthescreenwhilethesystemwasbootingup;butwasnotabletowritethemdown.Whereshouldthesystemadministratorlookfortheconsolelog,assumingitisinthedefaultlocation?()A./tmp/conslogB./etc/console.logC./var/adm/ras/conslogD./var/ras/console.log
考题
A system administrator noticed several error messages on the screen while the system was booting up; but was not able to write them down. Where should the system administrator look for the console log, assuming it is in the default location?()A、/tmp/conslogB、/etc/console.logC、/var/adm/ras/conslogD、/var/ras/console.log
考题
以下结果正确的是()vara=[9,8,7,6,5];varb=a.slice(1,3);console.log(b)。A、[9,8]B、[9,8,7]C、[8,7,6]D、[8,7]
考题
使用length属性可以获取数组中元素的个数,即数组的长度,下列代码输出结果,vararr4=newArray(10);console.log(arr4.length);正确的是()。A、0B、1C、2D、10
考题
console.log(foo);varfoo="foo!";console.log(foo);执行上面代码,控制台会输出()。A、undefined undefinedB、foo! undefinedC、undefined foo!D、foo! fool!
考题
判断题在js中用console.log()来表示弹出框的输出。()A
对B
错
热门标签
最新试卷