Report Bug
Qus : What is the output of this expression? x = 2 + 2; document.write(x);
QusWhat is the output of this expression? x = 2 + 2; document.write(x);

A. 22
B. 4
C. 2
D. syntax error


Solution
A. 22






Report Bug