JSFiddle - React, Tailwind, and code Playground

by Michael Prosser

JavaScript

var x = 0;
var y = x;
var x = 2;

alert(y);