Rex Ng·Follow1 min read·Oct 11, 2018--1ListenShareEvery 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;`?