单项选择题

执行if(true){let count=10;}console.log(count);后打印结果为()

A.10
B.undefined
C.NaN
D.报错