JavaScript destructuring
From Wiki @ Karl Jones dot com
In the JavaScript programming language, the destructuring assignment syntax is an expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables.
See also
External links
- Destructuring assignment @ developer.mozilla.org
- A Dead Simple intro to Destructuring JavaScript Objects @ wesbos.com
- The Most In-Depth Yet Understandable ES6 Destructuring Tutorial @ untangled.io