单项选择题
let obj = {};let arr = [];({ foo: obj.prop, bar: arr[0] } = { foo: 123, bar: true });其中obj的值是什么?()
A.{prop:123}
B.[true]
C.undefined
D.null
点击查看答案

单项选择题
A.{prop:123}
B.[true]
C.undefined
D.null
微信扫一扫,加关注免费搜题