Destructuring Objects in ES6
What is destructuring? Destructuring is a way to extract values from nested arrays and objects.When you use destructuring, you are taking a JavaScript expression and extracting data from either arrays, objects, maps, and sets into their own variable. It also allows you to extract properties on an object or