Skip to content

Commit 2e192e0

Browse files
committed
Sync safe Number borders across chapter 1.2.5
1 parent 58f6599 commit 2e192e0

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)