JSFiddle - React, Tailwind, and code Playground

by isochronous

JavaScript

var foo = '';
var bar = '';

var test = foo || bar;

alert(typeof(test));