There is a huge list of new stuff ES6 brings to the table, I’ve tried to cover a few of the most relevant things, but there are a ton of other new things, we’ll try covering a few more, the odds and ends in this final installment.
Default Values
See the Pen ES6 Sampler #6 Odd & Ends - Default values by Eugenio Keno Leon (@k3no) on CodePen.
Object.assign
See the Pen ES6 Sampler #6 Odd & Ends - Object.assign() by Eugenio Keno Leon (@k3no) on CodePen.
Object Method & Properties Shorthands
See the Pen ES6 Sampler #6 Odd & Ends - Object Properties shorthand by Eugenio Keno Leon (@k3no) on CodePen.
See the Pen ES6 Sampler #6 Odd & Ends - Object Methods shorthand by Eugenio Keno Leon (@k3no) on CodePen.
Array find
See the Pen ES6 Sampler #6 Odd & Ends - Array Find method by Eugenio Keno Leon (@k3no) on CodePen.
String Methods
See the Pen ES6 Sampler #6 Odd & Ends -String methods by Eugenio Keno Leon (@k3no) on CodePen.
And that’s it, a final sampler of some of the new things ES6 has to offer, now to start writing with them : )
Best,
Keno.