JSFiddle - React, Tailwind, and code Playground

by kkdaily

JavaScript

var x = ''.length;

alert(x);

if (x.length) {

	alert('hi');
}