Question:What is the correct output of the following code? var x=3*4+3+”2”; alert(x);
A 152 B 212 C 1232 D 3425
+ AnswerA
+ Report