We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5508453 commit 8866dd0Copy full SHA for 8866dd0
README.md
@@ -250,7 +250,7 @@ let text = `The time and date is ${today.toLocaleString()}`
250
251
## Destructuring
252
253
-Destructuring allows us to extract values from arrays and objects (even deeply nested) and store them in variables with a more convient syntax.
+Destructuring allows us to extract values from arrays and objects (even deeply nested) and store them in variables with a more convenient syntax.
254
255
### Destructuring Arrays
256
0 commit comments