

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following snippet codevar string1 = ”123”;var intvalue = 123;alert( string1 + intvalue )The result would be |
A. | 23246 |
B. | 46 |
C. | 23123 |
D. | xception |
Answer» D. xception | |