Destructuring
Pull out fields.
💡 THINK OF IT LIKE…
▸ YOUR TURN
Declare const { name, age } = user;
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
Click 'Run code' to execute your code in a real sandbox.
Pull out fields.
Declare const { name, age } = user;
Click 'Run code' to execute your code in a real sandbox.