We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8efbf commit 6c6d5a4Copy full SHA for 6c6d5a4
1 file changed
1-js/02-first-steps/05-types/article.md
@@ -257,7 +257,7 @@ There are 8 basic data types in JavaScript.
257
258
- `number` for numbers of any kind: integer or floating-point, integers are limited by ±2<sup>53</sup>.
259
- `bigint` is for integer numbers of arbitrary length.
260
-- `string` for strings. A string may have one or more characters, there's no separate single-character type.
+- `string` for strings. A string may have zero or more characters, there's no separate single-character type.
261
- `boolean` for `true`/`false`.
262
- `null` for unknown values -- a standalone type that has a single value `null`.
263
- `undefined` for unassigned values -- a standalone type that has a single value `undefined`.
0 commit comments