单项选择题

let greeting;greetign = {}; // Typo!console.log(greetign);()

A.{}
B.ReferenceError:greetign is not defined
C.undefined
D.null