JSFiddle - React, Tailwind, and code Playground

by jrab227

JavaScript

function x() {
  alert(z)
}

let z = "foo";
x();
z = "bar";
x();