const name = "Lydia"; console.log(name());
A: SyntaxError B: ReferenceError C: TypeError D: undefined
参考答案: