Skip to content

Commit 85fe7b8

Browse files
authored
no need to "js run"
there is nothing to see when code is run. So run button for code can create some confusion.
1 parent eb3b360 commit 85fe7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/08-symbol/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ There will be no conflict between our and their identifiers, because symbols are
109109

110110
...But if we used a string `"id"` instead of a symbol for the same purpose, then there *would* be a conflict:
111111

112-
```js run
112+
```js
113113
let user = { name: "John" };
114114

115115
// Our script uses "id" property

0 commit comments

Comments
 (0)