You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/02-first-steps/05-types/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ We'll cover strings more thoroughly in the chapter <info:string>.
127
127
```smart header="There is no *character* type."
128
128
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".
129
129
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.
0 commit comments