Skip to content

Commit 0305a0b

Browse files
committed
minor fixes
1 parent 6bf135a commit 0305a0b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11

22
# Symbol type
33

4-
By specification, object property keys may be either of string type, or of symbol type. Not numbers, not booleans, only strings or symbols, these two types.
4+
By specification, object property keys may be either of two primitive types:
55

6-
Till now we've been using only strings. Now let's see the benefits that symbols can give us.
6+
- string type, or
7+
- symbol type.
8+
9+
Till now we've been using only strings.
10+
11+
Now let's explore symbols, see what they can do good for us.
712

813
## Symbols
914

0 commit comments

Comments
 (0)