We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3db89 commit 507c4c2Copy full SHA for 507c4c2
1-js/05-data-types/10-destructuring-assignment/article.md
@@ -43,7 +43,7 @@ alert(surname); // Smith
43
As you can see, the syntax is simple. There are several peculiar details though. Let's see more examples, to better understand it.
44
45
````smart header="\"Destructuring\" does not mean \"destructive\"."
46
-It's called "destructuring assignment," because it "destructurizes" by copying items into variables. But the array itself is not modified.
+It's called "destructuring assignment," because it "destructures" by copying items into variables. But the array itself is not modified.
47
48
It's just a shorter way to write:
49
```js
0 commit comments