A
Q. See the given code of JavaScript and choose the correct output from the following
Code:
var string1 = "40";
varvalueinit=50;
alert( string1 +intvalue);
varvalueinit=50;
alert( string1 +intvalue);
- Correct Answer - Option(C)
- Views: 15
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.