JSFiddle - React, Tailwind, and code Playground

by mmansion

JavaScript

var obj = {};

if(!obj) {
    alert("nope");
} else {
    alert("ye");
}