单项选择题

"在JavaScript中执行如下代码打印的结果是:a();var a = function(){ console.log("hi")};"

A.hi
B.null
C.undefined
D.TypeError: