A
Q. Which one of the following is correct output for the following given JavaScript code:
Code:
string X= "Good";
string Y="Evening";
alert(X+Y);
string Y="Evening";
alert(X+Y);
- Correct Answer - Option(C)
- Views: 12
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.