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 9365275 commit 3334ce2Copy full SHA for 3334ce2
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