Question #2076

What will be the output for the following JavaScript code?<br>var x = 13 +'03'<br>Alert(x);

A.
16
B.
133
C.
1303
D.
13 03
Explanation

No explanation provided.