MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following Javascript code?var str1 = 4321 ;var intval = 4321;alert( str1 + intval ); |
| A. | 4321 |
| B. | 43214321 |
| C. | 8642 |
| D. | 12341234 |
| E. | None of these |
| Answer» C. 8642 | |