JavaScript ES6 #Challenge
Halim Shams

Halim Shams @halimshams

About: I am a Programmer & love to blend my code with writing online 💛 I Write about Programming & All the Related Stuff 🚀

Joined:
Jan 3, 2022

JavaScript ES6 #Challenge

Publish Date: May 15 '22
10 2

**

What is the output of code below:

**

let x, y;

[x=5, y=7] = [1];
console.log(x);
console.log(y);
Enter fullscreen mode Exit fullscreen mode

`
Follow for more challenges ahead!!!😎

Comments 2 total

Add comment