单项选择题

下面javascript代码中,定义变量不正确的是()。

A.note =100
B.var note =100
C.note ="100"
D.int note =100