Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-to-assign-variables-from-nested-objects.english.md

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Tom
2019-06-20 09:28:53 -05:00
committed by Kristofer Koishigawa
parent e58c512052
commit 9f4799bba1

View File

@ -8,7 +8,7 @@ challengeType: 1
<section id='description'> <section id='description'>
You can use the same principles from the previous two lessons to destructure values from nested objects. You can use the same principles from the previous two lessons to destructure values from nested objects.
Using a similar object from previous examples: Using an object similar to previous examples:
```js ```js
const user = { const user = {