JSFiddle - React, Tailwind, and code Playground by Michael Prosser April 16, 2019 JavaScript var x = 0; var y = x; var x = 2; alert(y);