From 8c256ae569fc496ff28d3f73daf81f3622a6115b Mon Sep 17 00:00:00 2001 From: Nikolai Chernolutskii <93830967+nikolai-chernolutskii@users.noreply.github.com> Date: Sun, 29 Jan 2023 18:47:02 +0200 Subject: [PATCH] Update article.md Assign to anything at the left-side => Assign to anything on the left-side Need to be consistent - the previous menu item title reads "Works with any iterable on the right-side" --- 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 41e36db2ce..06886eee04 100644 --- a/1-js/05-data-types/10-destructuring-assignment/article.md +++ b/1-js/05-data-types/10-destructuring-assignment/article.md @@ -80,7 +80,7 @@ That works, because internally a destructuring assignment works by iterating ove ```` -````smart header="Assign to anything at the left-side" +````smart header="Assign to anything on the left-side" We can use any "assignables" on the left side. For instance, an object property: