Ben Stokoe
1 min readJan 28, 2017

--

How would you replace something like

if (!variable) { return null; }

--

--