**
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
Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.
Anthony Max -
Domenico Tenace -
Vergil -
Giuliana Olmos -
Top comments (2)
x=1 y=7
Correct β