JSFiddle - React, Tailwind, and code Playground by jrab227 January 28, 2020 JavaScript function x() { alert(z) } let z = "foo"; x(); z = "bar"; x();