DEV Community

Discussion on: Basics of JavaScript Object and Array Destructuring

Collapse
 
jwkicklighter profile image
Jordan Kicklighter

Destructuring, and its sibling spread operator, are amazing pieces of syntax that I find myself using more frequently as I write more code. After you become familiar with the syntax, they can help express things much more clearly than older methods could have.