We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4695216 commit 9b95054Copy full SHA for 9b95054
1-js/04-object-basics/08-symbol/article.md
@@ -19,7 +19,6 @@ A "symbol" represents a unique identifier.
19
A value of this type can be created using `Symbol()`:
20
21
```js
22
-// id is a new symbol
23
let id = Symbol();
24
```
25
0 commit comments