Skip to content

Commit f95cdc6

Browse files
authored
Merge pull request #2106 from vsemozhetbyt/ch-1-2-5
Sync safe Number borders across chapter 1.2.5
2 parents 4de92d6 + 2e192e0 commit f95cdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/05-types/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ The last three lines may need additional explanation:
255255

256256
There are 8 basic data types in JavaScript.
257257

258-
- `number` for numbers of any kind: integer or floating-point, integers are limited by ±2<sup>53</sup>.
258+
- `number` for numbers of any kind: integer or floating-point, integers are limited by <code>±(2<sup>53</sup>-1)</code>.
259259
- `bigint` is for integer numbers of arbitrary length.
260260
- `string` for strings. A string may have zero or more characters, there's no separate single-character type.
261261
- `boolean` for `true`/`false`.

0 commit comments

Comments
 (0)