What is destructuring, conceptually?
using properties in an object to create variables
What is the syntax for Object destructuring?
const {}= object name
What is the syntax for Array destructuring?
putting array pairs in const , then using key pairs to extract value
How can you tell the difference between destructuring and creating Object/Array literals?
the reassingment for desturcturing happends at the end