JSFiddle - React, Tailwind, and code Playground

by jacobwsmith

JavaScript

/* "use strict"; */



(function() {
	"use strict";
	var foo = 1;
	alert(foo == true ?  true : false );
}());