JSFiddle - React, Tailwind, and code Playground

by Deandra Carroll

JavaScript

var a = 6, b = "ten";

if ( a < b  || b < a ) {

console.log(b);

alert("this is true!");

}