minor fixes
This commit is contained in:
parent
a035351fcf
commit
6f7ec12358
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ let id = Symbol();
|
|||
|
||||
Upon creation, we can give symbol a description (also called a symbol name), mostly useful for debugging purposes:
|
||||
|
||||
```js run
|
||||
```js
|
||||
// id is a symbol with the description "id"
|
||||
let id = Symbol("id");
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue