Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 322 Bytes

destructuring_assignment.md

File metadata and controls

6 lines (4 loc) · 322 Bytes

Destructuring Assignment

The destructuring assignment syntax is an expression that makes it possible to unpack values from arrays, iterables, lists, or properties from objects, into distinct variables, depending on the language.