JSFiddle - React, Tailwind, and code Playground

by BuddhiP

JavaScript

var x = typeof(xyz) === 'undefined'? 'no fail': 'wont hit';
alert(x);