Skip to content

Commit 74a8a19

Browse files
authored
Fix formatting char
1 parent 75bad83 commit 74a8a19

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/10-destructuring-assignment

1 file changed

+1
-1
lines changed

1-js/05-data-types/10-destructuring-assignment/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ alert(firstName); // John
4040
alert(surname); // Smith
4141
```
4242

43-
As you can see, the syntax is simple. There are several peculiar details though. Lets see more examples to understand it better.
43+
As you can see, the syntax is simple. There are several peculiar details though. Let's see more examples to understand it better.
4444

4545
````smart header="\"Destructuring\" does not mean \"destructive\"."
4646
It's called "destructuring assignment," because it "destructurizes" by copying items into variables. However, the array itself is not modified.

0 commit comments

Comments
 (0)