单项选择题

const{log}=console;log(’hello’)执行这个代码在控制台的结果是什么?()

A.hello
B.报错
C.undefined
D.null