JSFiddle - React, Tailwind, and code Playground

by Mitch Greer

JavaScript

var message;
// var age 

alert( typeof message);
alert( typeof age); 
alert(null == undefined);