minor fixes

This commit is contained in:
Ilya Kantor 2022-04-15 08:06:56 +03:00
parent 4695216c79
commit 9b95054bcd

View file

@ -19,7 +19,6 @@ A "symbol" represents a unique identifier.
A value of this type can be created using `Symbol()`: A value of this type can be created using `Symbol()`:
```js ```js
// id is a new symbol
let id = Symbol(); let id = Symbol();
``` ```