Skip to content

Commit 2aa7e55

Browse files
committed
minor fixes
1 parent ffa154d commit 2aa7e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/05-types/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ We'll cover strings more thoroughly in the chapter <info:string>.
127127
```smart header="There is no *character* type."
128128
In some languages, there is a special "character" type for a single character. For example, in the C language and in Java it is called "char".
129129
130-
In JavaScript, there is no such type. There's only one type: `string`. A string may consist of only one character or many of them.
130+
In JavaScript, there is no such type. There's only one type: `string`. A string may consist of zero characters (be empty), one character or many of them.
131131
```
132132

133133
## Boolean (logical type)

0 commit comments

Comments
 (0)