Discussion Forum : Basic And Variables
Question - Consider the following snippet code
var string1 = ”123”;
var intvalue = 123;
alert( string1 + intvalue )
Options:
A .  123246
B .  246
C .  123123
D .  Exception
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *