We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75bad83 commit 74a8a19Copy full SHA for 74a8a19
1-js/05-data-types/10-destructuring-assignment/article.md
@@ -40,7 +40,7 @@ alert(firstName); // John
40
alert(surname); // Smith
41
```
42
43
-As you can see, the syntax is simple. There are several peculiar details though. Let’s see more examples to understand it better.
+As you can see, the syntax is simple. There are several peculiar details though. Let's see more examples to understand it better.
44
45
````smart header="\"Destructuring\" does not mean \"destructive\"."
46
It's called "destructuring assignment," because it "destructurizes" by copying items into variables. However, the array itself is not modified.
0 commit comments