JSFiddle - React, Tailwind, and code Playground

by Deandra Carroll

JavaScript

var a = 6, b = "ten";

a == b;

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

alert("this is true!");

}