JSFiddle - React, Tailwind, and code Playground

by Frank Liu

JavaScript

let obj = {};
let arr = [];

console.log(Boolean(obj), Boolean(arr));