We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30c9c32 + 65eefe0 commit 344993dCopy full SHA for 344993d
1-js/05-data-types/10-destructuring-assignment/article.md
@@ -138,7 +138,7 @@ alert(`${guest} ${admin}`); // Pete Jane (successfully swapped!)
138
Here we create a temporary array of two variables and immediately destructure it in swapped order.
139
140
We can swap more than two variables this way.
141
-```
+
142
143
### The rest '...'
144
0 commit comments