black

JavaScript考试

登录

单项选择题

const length = 4; const numbers = []; var i; for (i = 0; i < length; i++) { // does nothing } { // a simple block numbers.push(i + 1); } console.log(numbers)结果为? ()

A.3
B.null
C.4
D.5

相关考题

单项选择题 function arrayFromValue(items) { return; [items]; } arrayFromValue(10) ()

单项选择题 npm publish指令用于将当前包发布到 ()

单项选择题 applyMiddleware是属于下面那个包抛出的方法?()

All Rights Reserved 版权所有©PP题库网库(pptiku.com)

备案号:湘ICP备14005140号-5

经营许可证号:湘B2-20140064