单项选择题

console.log(x);vara=2;以上代码的执行结果是()。

A.undefined
B.报错:x is not define
C.2
D.null