Merge pull request #1993 from shubham-maurya/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2020-07-18 14:10:50 +03:00 committed by GitHub
commit 83c01f4be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,7 @@ let id = Symbol("id");
let user = {
name: "John",
*!*
[id]: 123 // not "id: 123"
[id]: 123 // not "id": 123
*/!*
};
```