JavaScript destructuring

From Wiki @ Karl Jones dot com
Revision as of 13:25, 6 June 2017 by Karl Jones (Talk | contribs)

Jump to: navigation, search

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