JSFiddle - React, Tailwind, and code Playground JavaScript alert( 5 > 4 > 3 != (5 > 4 && 4 > 3) ); alert( 5 > 4 > 3 ); alert( true > 3 );