We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ef862 commit 936bea2Copy full SHA for 936bea2
1-js/05-data-types/10-destructuring-assignment/article.md
@@ -151,7 +151,7 @@ We can swap more than two variables this way.
151
152
### The rest '...'
153
154
-Usually, if the array is longer when the list at the left, the "extra" items are omitted.
+Usually, if the array is longer than the list at the left, the "extra" items are omitted.
155
156
For example, here only two items are taken, and the rest is just ignored:
157
0 commit comments