Question #2078
What is the output of the following JavaScript code?<br>var x = 'ITI';<br>var y = 'GOVT';<br>var o = y concat(x)<br>document.write(o);
Explanation
No explanation provided.