I did’nt understand how this code works to shuffle the values from a & b
let a = 8, b = 6;
// Only change code below this link
[a,b]=[b,a];
**Your browser information:**
User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36</code>.
**Challenge:** Use Destructuring Assignment to Assign Variables from Arrays
**Link to the challenge:**
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-to-assign-variables-from-arrays