Skip to content

Commit 5977150

Browse files
authored
Update README.md
1 more typo
1 parent a4294c2 commit 5977150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1811,7 +1811,7 @@ console.log(y);
18111811

18121812
#### Answer: C
18131813

1814-
We can unpack values from arrays or properties from objects through destructing. For example:
1814+
We can unpack values from arrays or properties from objects through destructuring. For example:
18151815

18161816
```javascript
18171817
[a, b] = [1, 2];

0 commit comments

Comments
 (0)