Tell us what’s happening:
Describe your issue in detail here.
In the assignment they explain how to destructure the arrays, showing that you can put multiple commas to count the index. But when I do [a,] = [b,] it is wrong. Why would they say to do it and then say it is wrong?
Your code so far
let a = 8, b = 6;
// Only change code below this line
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36
Challenge: Use Destructuring Assignment to Assign Variables from Arrays