Aptitude | JavaScript Course Quiz 3 | Question 6

Last Updated :
Discuss
Comments

What will be the output of the following code? 

< script>

document.write( 10 > 9 > 8 === true );

</ script> 

true

false

1

0

Share your thoughts in the comments