Skip to content

Commit 90f6b8f

Browse files
authored
Merge pull request #400 from lakinduakash/patch-1
update code snippet that was marked as text.
2 parents ffee629 + 3334ce2 commit 90f6b8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

1-js/04-object-basics/01-object/article.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ let user = {
8383
![](object-user-props.png)
8484

8585

86-
````smart header="Trailing comma"
8786
The last property in the list may end with a comma:
8887
```js
8988
let user = {
@@ -92,7 +91,6 @@ let user = {
9291
}
9392
```
9493
That is called a "trailing" or "hanging" comma. Makes it easier to add/remove/move around properties, because all lines become alike.
95-
````
9694

9795
## Square brackets
9896

0 commit comments

Comments
 (0)