Question #2077

What will be the output, if the javascript code is executed<br>var x = 1324;<br>var y = new Number(1324);<br>if( x === y)<br>alert('Yes');<br>else<br>alert('No')

A.
Infinity
B.
Error
C.
No
D.
Yes
Explanation

No explanation provided.