Destructuring in js refers to the unpacking of values from arrays and properties from objects into distinct variables. Now, what does this mean? Let's say we have an array of two elements and we want to store the values in two variables. Conventional...