We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f00709 + 936bea2 commit 19bf2d3Copy full SHA for 19bf2d3
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