× {{alert.msg}} Never ask again
Get notified about new tutorials RECEIVE NEW TUTORIALS

Embracing the good parts of ES6/7 to greatly reduce the potential for javascript bugs.

Brendan Barr
Jul 20, 2016
<p>Many projects use tools like Babel to gain access to forward looking ECMA specs, but few projects really embrace the best of what ES6/7 has to offer. Features like&nbsp;destructuring, argument defaults, arrow functions, async functions, const, and generators, all have the potential to simplify your logic, reduce LOC, enable you to better manage side-effects, and squash&nbsp;the uncertainty that can so easily result in bugs later on.</p>