const name = "Lydia";console.log(name());
A: SyntaxErrorB: ReferenceErrorC: TypeErrorD: undefined

参考答案: