A
Q. What would be the output of the following Javascript code?
Code:
var string1 = "Fee";
var intvalue = 10000;
alert( string1 + intvalue );
var intvalue = 10000;
alert( string1 + intvalue );
- Correct Answer - Option(C)
- Views: 21
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.