What will be the output of the following code?
< script>
document.write( 10 > 9 > 8 === true );
</ script>
true
false
1
0
This question is part of this quiz :