Destructuring AssignmentJanuary 14, 2020 ยท View on GitHubThe 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.