Skip to content

Commit 65eefe0

Browse files
committed
fixed wrong formatting
1 parent ecfcff2 commit 65eefe0

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/10-destructuring-assignment

1 file changed

+1
-1
lines changed

1-js/05-data-types/10-destructuring-assignment/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ alert(`${guest} ${admin}`); // Pete Jane (successfully swapped!)
138138
Here we create a temporary array of two variables and immediately destructure it in swapped order.
139139

140140
We can swap more than two variables this way.
141-
```
141+
142142

143143
### The rest '...'
144144

0 commit comments

Comments
 (0)