相关考题
-
单项选择题
let[x,y=’b’]=[’a’,undefined];其中,y的值是什么?()
A.b
B.undefined
C.报错
D.空值 -
判断题
let [foo] = false;会报错。 -
判断题
let [foo] = 1;会报错。
