no need to "js run"
there is nothing to see when code is run. So run button for code can create some confusion.
This commit is contained in:
parent
eb3b360dc3
commit
85fe7b8e5a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue