Question:What will be output of the following code?var a=30*5+7; document.write(a);
var a=30*5+7; document.write(a);
A 360 B 157 C 3057 D 1507
+ AnswerB
+ Report