ES6 In Depth: Destructuring

added by bpwndaddy
5/29/2015 2:54:48 PM

288 Views

Destructuring assignment allows you to assign the properties of an array or object to variables using syntax that looks similar to array or object literals. This syntax can be extremely terse, while still exhibiting more clarity than the traditional property access.


0 comments