black

大学期末考试答案、课后测试习题

登录

单项选择题

for(var j=0,i=1;i<10;i+=2){
if(i%5==0){
continue;
}
j+=i;
}
console.log(j);
()

A.40
B.20
C.10
D.15

相关考题

单项选择题 for(var i=0;i<=4;i+=2){ console.log(i); }打印结果是()

单项选择题 for(var i=1;i<=12;i+=3){ console.log(i); }打印结果是()

单项选择题 var userName, type = ""; if (typeof(userName) === "undefined") { type = "boolean"; } else if (typeof(userName) === "string" || typeof(userName) === "number") { type = "string" } else { type = "object" } console.log(type); 打印结果是()

All Rights Reserved 版权所有©在线考试题库网(zxkao.com)

备案号:湘ICP备14005140号-7

经营许可证号:湘B2-20140064