JSFiddle - React, Tailwind, and code Playground by Ramya Ranganathan February 23, 2015 JavaScript var a = 6, b = "ten"; if ( a < b || b < a ) { alert("this is true!"); }