let c = { greeting: 'Hey!' }let dd = cc.greeting = 'Hello'console.log(d.greeting)

A: Hello
B: undefined
C: ReferenceError
D: TypeError

参考答案: