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 4de92d6 + 2e192e0 commit f95cdc6Copy full SHA for f95cdc6
1-js/02-first-steps/05-types/article.md
@@ -255,7 +255,7 @@ The last three lines may need additional explanation:
255
256
There are 8 basic data types in JavaScript.
257
258
-- `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>.
259
- `bigint` is for integer numbers of arbitrary length.
260
- `string` for strings. A string may have zero or more characters, there's no separate single-character type.
261
- `boolean` for `true`/`false`.
0 commit comments