There was an error while loading. Please reload this page.
2 parents a896d3c + d9ab352 commit 83c01f4Copy full SHA for 83c01f4
1 file changed
1-js/04-object-basics/08-symbol/article.md
@@ -133,7 +133,7 @@ let id = Symbol("id");
133
let user = {
134
name: "John",
135
*!*
136
- [id]: 123 // not "id: 123"
+ [id]: 123 // not "id": 123
137
*/!*
138
};
139
```
0 commit comments