Aptitude | JavaScript Course Quiz 3 | Question 10

Last Updated :
Discuss
Comments
What will be the output of the following code? JavaScript
<script>
 document.write(NaN == NaN);
</script>
true
false
1
0
Share your thoughts in the comments