JSFiddle - React, Tailwind, and code Playground

by scurrilus

JavaScript

const width = 0;
const height = 20;
    if (!(width && !height)) {
    console.log(true);
    } else {
    console.log(false)
    }