Rex Ng
1 min readOct 11, 2018

--

Every JavaScript developer I met like to use lambda blocks like `(a, b, c) => { return 42; }`. Is there a reason not to use `(a, b, c) => 42;`?

--

--

Rex Ng
Rex Ng

Written by Rex Ng

Programmer | Watch enthusiast

Responses (1)