JSFiddle - React, Tailwind, and code Playground
JavaScript
var a = 6, b = "ten";
if ( a < b || b < a ) {
console.log(b);
alert("this is true!");
}
var a = 6, b = "ten";
if ( a < b || b < a ) {
console.log(b);
alert("this is true!");
}