Predict the output var x, y;
Predict the output
var x, y;
x = ”8″;
y = 3;
document.write(x+y);
4 views
Predict the output
var x, y;
x = ”8″;
y = 3;
document.write(x+y);