What will be the output of the following code in JavaScript: var x = 5; var y = '5'; console.log(x === y);
false
5
true
undefined

Information Technology (IT) Exercises are loading ...