Destructuring is a syntax that we use to extract values from arrays and properties from objects into distinct variables
The syntax is simple. On the left hand side of an assignment we define what values to unpack from the array or object variable
Ultimately destructuring can help to use less code and make it more readable and concise