Merge pull request #1941 from GabrieleC/master

fixed wrong formatting
This commit is contained in:
Ilya Kantor 2020-06-08 10:59:44 +03:00 committed by GitHub
commit 344993dd0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 '...'