Merge pull request #2106 from vsemozhetbyt/ch-1-2-5
Sync safe Number borders across chapter 1.2.5
This commit is contained in:
commit
f95cdc69a3
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ The last three lines may need additional explanation:
|
||||||
|
|
||||||
There are 8 basic data types in JavaScript.
|
There are 8 basic data types in JavaScript.
|
||||||
|
|
||||||
- `number` for numbers of any kind: integer or floating-point, integers are limited by ±2<sup>53</sup>.
|
- `number` for numbers of any kind: integer or floating-point, integers are limited by <code>±(2<sup>53</sup>-1)</code>.
|
||||||
- `bigint` is for integer numbers of arbitrary length.
|
- `bigint` is for integer numbers of arbitrary length.
|
||||||
- `string` for strings. A string may have zero 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.
|
||||||
- `boolean` for `true`/`false`.
|
- `boolean` for `true`/`false`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue