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

🎲 Try a Random Question  |  Total Questions in Quiz: 410  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
COPA Practice Test: COPA ITI Important Questions — practice the complete quiz, review flashcards, or try a random question.


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