单项选择题

以下对JavaScript中变量声明错误的是()

A.var 6op =120;
B.var skt =new Array();
C.var user =new Object();
D.var if_e ="判断";