Predict the output 

var x, y; 

x = ”8″; 

y = 3; 

document.write(x+y);


Share with your friends
Call

The output is a string “83”; String addition means concatenation.

Talk Doctor Online in Bissoy App