Halim Shams Posted on May 15, 2022 JavaScript ES6 #Challenge #javascript #challenge ** 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!!!😎 Top comments (2) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Abdullah El-kholy Abdullah El-kholy Abdullah El-kholy Follow Front-End Developer | React Developer Location Egypt Joined May 17, 2022 • May 18 '22 Dropdown menu Copy link Hide x=1 y=7 Collapse Expand Halim Shams Halim Shams Halim Shams Follow I am a Programmer & love to blend my code with writing online 💛 I Write about Programming & All the Related Stuff 🚀 Email halimshams.online@gmail.com Education On Progress Work Self Thought Programmer Joined Jan 3, 2022 • May 18 '22 Dropdown menu Copy link Hide Correct ✔ Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
x=1 y=7
Correct ✔