Skip to content

Commit 3c673ac

Browse files
authored
Merge pull request #2434 from lumosmind/patch-65
no need to "js run"
2 parents 09ec05c + 85fe7b8 commit 3c673ac

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)