Multiple Choice Question (MCQ)
Question:
What will be the output for the following JavaScript code?
var x = 13 +'03'
Alert(x);
A.
16
B.
133
C.
1303
D.
13 03
Correct Answer: 1303