Can “x !== x” Return True in JavaScript?
Oct 28, 2022 · 1 min read · Can “x !== x” return true? What should be the value of “x” to output “hello PriestCodex”? const x = ? // Please fill in the value of "x? if (x !== x) { console.log('hello PriestCodex') } It’s amazing. Is there any value that is not equal to itself? H...
Join discussion

