ES6


1 January 2019

ES6 Destructuring Objects

JSNODEES6

With es6 deconstructing objects gives us a nice way of extracting keys of objects into variables. Combined with the rest operator this comes in very useful when you need to unset an item or two in an object.

Read more →