JSFiddle - React, Tailwind, and code Playground by Pratik Galoria September 25, 2018 JavaScript a = (b = 0) => { alert(b); }; a(undefined);