**
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!!!😎
About: I am a Programmer & love to blend my code with writing online 💛 I Write about Programming & All the Related Stuff 🚀
**
**
let x, y;
[x=5, y=7] = [1];
console.log(x);
console.log(y);
`
Follow for more challenges ahead!!!😎
x=1 y=7