What is destructuring, conceptually?
extracting data from arrays or objects
What is the syntax for Object destructuring?
const { identifier } = expression
How can you tell the difference between destructuring and creating Object/Array literals?
curly brace, square bracket