JSFiddle - React, Tailwind, and code Playground by Salmin Skenderovic February 08, 2017 JavaScript var a = "a"; function showEx() { alert(a); var a = "nä, b faktiskt"; } showEx();