Why Is Array/Object Destructuring So Useful And How To Use It
Web Dev Simplified Web Dev Simplified
1.55M subscribers
417,114 views
0

 Published On Jul 20, 2019

ES6 is one of the best things that ever happened to JavaScript. It added a ton of new features and syntax that made JavaScript so much more enjoyable to work with. One of the best features that ES6 added was object and array destructuring. With destructuring you can take apart an object or array incredibly easily. This has many use cases from making variable assignment much cleaner to the all important function argument destructuring. In this video I am going to show you exactly how destructuring works, and the best places to use destructuring.


🚨 IMPORTANT:

React Course Email Signup: https://email.webdevsimplified.com/


📚 Materials/References:

ES6 Playlist:    • JavaScript Promises In 10 Minutes  
Destructuring/Spread Operator Blog Article: https://blog.webdevsimplified.com/202...


🧠 Concepts Covered:

- Array destructuring
- When to use array destructuring
- How to use the spread operator with arrays and destructuring
- Object destructuring
- When to use object destructuring
- How to use the spread operator with objects and destructuring
- The importance of object destructuring


🌎 Find Me Here:

My Website: https://webdevsimplified.com
Patreon:   / webdevsimplified  
Twitter:   / devsimplified  
Discord:   / discord  
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


#Destructuring #WDS #ES6

show more

Share/Embed