What will be the Output of the following JavaScript Statements? x=5+5; document.write(x); y="5"+"5"; document.write(y);
Reveal answer
Fill a bubble to check yourself
What will be the Output of the following JavaScript Statements? x=5+5; document.write(x); y="5"+"5"; document.write(y);