Syntax for unpacking elements of an array or object into individual variables in one step.
A feature found in many modern languages, including JavaScript and Python. Writing something like `const {a, b} = obj` lets you access elements and declare variables concisely in a single line.
© 2026 ITBGM