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