What is destructuring, conceptually?
Unpack values from arrays, or properties from objects, into distinct variables.
What is the syntax for Object destructuring?
What is the syntax for Array destructuring?
How can you tell the difference between destructuring and creating Object/Array literals?
The assignment operator is before the curly/square braces for creating and after for destructuring.