64) What is the output of the following JavaScript code?
var x = 'ITI';
var y = 'GOVT';
var o = y concat(x)
document.write(o);
Answer is:
GOVTITI
Related JavaScript and Creating Web Page MCQ with Answers
Answer is: