**
What is the output of code below:
**
let x, y;
[x=5, y=7] = [1];
console.log(x);
console.log(y);
`
Follow for more challenges ahead!!!😎
For further actions, you may consider blocking this person and/or reporting abuse
Teo Nordic -
Emmanuel Ayinde -
Harold Defree -
Travis Ramos -
Top comments (2)
x=1 y=7
Correct ✔