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.
2 parents 5049c0b + 460e7a8 commit 6f45ce7Copy full SHA for 6f45ce7
1-js/02-first-steps/17-javascript-specials/article.md
@@ -81,9 +81,10 @@ let x = 5;
81
x = "John";
82
```
83
84
-There are 7 data types:
+There are 8 data types:
85
86
- `number` for both floating-point and integer numbers,
87
+- `bigint` for integer numbers of arbitrary length,
88
- `string` for strings,
89
- `boolean` for logical values: `true/false`,
90
- `null` -- a type with a single value `null`, meaning "empty" or "does not exist",
0 commit comments