fixed wrong formatting

This commit is contained in:
Gabriele Coletta 2020-06-02 11:57:57 +02:00
parent ecfcff24a4
commit 65eefe0187

View file

@ -138,7 +138,7 @@ alert(`${guest} ${admin}`); // Pete Jane (successfully swapped!)
Here we create a temporary array of two variables and immediately destructure it in swapped order.
We can swap more than two variables this way.
```
### The rest '...'