From 936bea24bc798946b44154e2cfbc9a5b537c3de6 Mon Sep 17 00:00:00 2001 From: fibretothepremises <65995595+fibretothepremises@users.noreply.github.com> Date: Wed, 27 Jan 2021 17:39:35 +1100 Subject: [PATCH] fix word fix word "when" to "than". --- 1-js/05-data-types/10-destructuring-assignment/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/10-destructuring-assignment/article.md b/1-js/05-data-types/10-destructuring-assignment/article.md index e9077a59..fb9346aa 100644 --- a/1-js/05-data-types/10-destructuring-assignment/article.md +++ b/1-js/05-data-types/10-destructuring-assignment/article.md @@ -151,7 +151,7 @@ We can swap more than two variables this way. ### The rest '...' -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. For example, here only two items are taken, and the rest is just ignored: