JSFiddle - React, Tailwind, and code Playground
by Nic Fontaine
JavaScript
const foo = "foo";
const bar = typeof cat !== 'undefined' ? cat : foo;
alert(bar);
by Nic Fontaine
const foo = "foo";
const bar = typeof cat !== 'undefined' ? cat : foo;
alert(bar);