单项选择题

var foo=“11”+2-“1”,console.log(foo);console.log(typeof foo);输出结果是()。

A.1121 string
B.1121 number
C.111 number
D.111 string