Destructuring assignment

destructuring, на сайте с April 07, 2023 04:02
The destructuring assignment syntax is a JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables.