Skip to content

Commit 6f45ce7

Browse files
authored
Merge pull request #1809 from leviding/patch-4
Add bigint to 1-js/02-first-steps/17-javascript-specials/article.md
2 parents 5049c0b + 460e7a8 commit 6f45ce7

File tree

1 file changed

+2
-1
lines changed
  • 1-js/02-first-steps/17-javascript-specials

1 file changed

+2
-1
lines changed

1-js/02-first-steps/17-javascript-specials/article.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ let x = 5;
8181
x = "John";
8282
```
8383

84-
There are 7 data types:
84+
There are 8 data types:
8585

8686
- `number` for both floating-point and integer numbers,
87+
- `bigint` for integer numbers of arbitrary length,
8788
- `string` for strings,
8889
- `boolean` for logical values: `true/false`,
8990
- `null` -- a type with a single value `null`, meaning "empty" or "does not exist",

0 commit comments

Comments
 (0)