单项选择题

下面函数中,let a =()=>{var a =2;return 1;},console.log(a())的值是()

A.1
B.2
C.3
D.4