We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168b273 commit 109fe90Copy full SHA for 109fe90
1-js/02-first-steps/05-types/article.md
@@ -231,7 +231,7 @@ The last three lines may need additional explanations:
231
There are 7 basic types in JavaScript.
232
233
- `number` for numbers of any kind: integer or floating-point.
234
-- `string` for strings. A string may have one more more characters, there's no separate single-character type.
+- `string` for strings. A string may have one or more characters, there's no separate single-character type.
235
- `boolean` for `true`/`false`.
236
- `null` for unknown values -- a standalone type that has a single value `null`.
237
- `undefined` for unassigned values -- a standalone type that has a single value `undefined`.
0 commit comments