JSFiddle - React, Tailwind, and code Playground by Deandra Carroll September 25, 2017 JavaScript var a = 6, b = "ten"; a == b; if ( a < b || b < a ) { alert("this is true!"); }