Update article.md
Minor edit around example code: " should be around id
This commit is contained in:
parent
445bda3980
commit
d9ab352ed8
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ let id = Symbol("id");
|
|||
let user = {
|
||||
name: "John",
|
||||
*!*
|
||||
[id]: 123 // not "id: 123"
|
||||
[id]: 123 // not "id": 123
|
||||
*/!*
|
||||
};
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue