JSFiddle - React, Tailwind, and code Playground

by Malin Jayakody

JavaScript

(function() {
  'use strict';
  var x;
  var y = x;
  alert(y);
}());