单项选择题

let [foo = true] = [];foo的值是什么?()

A.TRUE
B.空值
C.undefined
D.报错