Examveda
Examveda

Consider the following snippet code
var string1 =123”;
var intvalue = 123;
alert( string1 + intvalue );
The result would be

A. 123246

B. 246

C. 123123

D. Exception

Answer: Option C


This Question Belongs to Javascript >> Basic And Variables

Join The Discussion

Related Questions on Basic and Variables