JS: Destructuring
We can use Destructuring in #Javascript to extract values from array or objects into the variables.
Example Below 👇