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 e774c7c commit 89cdf0aCopy full SHA for 89cdf0a
1-js/05-data-types/09-destructuring-assignment/article.md
@@ -335,7 +335,7 @@ The problem is that JavaScript treats `{...}` in the main code flow (not inside
335
}
336
```
337
338
-To show JavaScript that it's not a code block, we can wrap the whole assignment in brackets `(...)`:
+To show JavaScript that it's not a code block, we can wrap the whole assignment in parentheses `(...)`:
339
340
```js run
341
let title, width, height;
0 commit comments