commit
83c01f4be2
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ let id = Symbol("id");
|
||||||
let user = {
|
let user = {
|
||||||
name: "John",
|
name: "John",
|
||||||
*!*
|
*!*
|
||||||
[id]: 123 // not "id: 123"
|
[id]: 123 // not "id": 123
|
||||||
*/!*
|
*/!*
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue