Merge pull request #2434 from lumosmind/patch-65

no need to "js run"
This commit is contained in:
Ilya Kantor 2021-01-13 19:52:04 +03:00 committed by GitHub
commit 3c673ac64f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ There will be no conflict between our and their identifiers, because symbols are
...But if we used a string `"id"` instead of a symbol for the same purpose, then there *would* be a conflict:
```js run
```js
let user = { name: "John" };
// Our script uses "id" property