Skip to content

Commit 9b95054

Browse files
committed
minor fixes
1 parent 4695216 commit 9b95054

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ A "symbol" represents a unique identifier.
1919
A value of this type can be created using `Symbol()`:
2020

2121
```js
22-
// id is a new symbol
2322
let id = Symbol();
2423
```
2524

0 commit comments

Comments
 (0)