单项选择题
let greeting;greetign = {}; // Typo!console.log(greetign);()
A.{}
B.ReferenceError:greetign is not defined
C.undefined
D.null
点击查看答案
相关考题
