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:
		
				
					committed by
					
						
						Kristofer Koishigawa
					
				
			
			
				
	
			
			
			
						parent
						
							e58c512052
						
					
				
				
					commit
					9f4799bba1
				
			@@ -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 = {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user