JSFiddle - React, Tailwind, and code Playground

by Brenton Strine

JavaScript

var g = new Date("not gonna work");

if(g){
    
    alert("g exists" + g);
    alert(typeof(g));
    
}