JSFiddle - React, Tailwind, and code Playground by Tanveer Khan October 02, 2018 JavaScript var a = 6, b = "ten"; if ( a < b || b < a ) { alert("this is true!"); }