We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f010c6 commit 8b5693dCopy full SHA for 8b5693d
1-js/05-data-types/10-destructuring-assignment/article.md
@@ -356,7 +356,7 @@ The problem is that JavaScript treats `{...}` in the main code flow (not inside
356
}
357
```
358
359
-So here JavaScript assumes that we have a code block, but why there's an error. We have destructuring instead.
+So here JavaScript assumes that we have a code block, that's why there's an error. We have destructuring instead.
360
361
To show JavaScript that it's not a code block, we can wrap the expression in parentheses `(...)`:
362
0 commit comments