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.
2 parents 508b0aa + 8866dd0 commit f888fd6Copy full SHA for f888fd6
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