In this lesson, we'll learn about the destructuring assignment syntax, which makes it possible to unpack values from JavaScript arrays, or properties from objects into separate variables.
Destructuring is one of the most popular new features which was added in ES6.