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 ffee629 + 3334ce2 commit 90f6b8fCopy full SHA for 90f6b8f
1-js/04-object-basics/01-object/article.md
@@ -83,7 +83,6 @@ let user = {
83

84
85
86
-````smart header="Trailing comma"
87
The last property in the list may end with a comma:
88
```js
89
let user = {
@@ -92,7 +91,6 @@ let user = {
92
91
}
93
```
94
That is called a "trailing" or "hanging" comma. Makes it easier to add/remove/move around properties, because all lines become alike.
95
-````
96
97
## Square brackets
98
0 commit comments