minor fixes
This commit is contained in:
parent
225a36fd55
commit
617dfc7b04
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ Special numeric values formally belong to the "number" type. Of course they are
|
|||
|
||||
We'll see more about working with numbers in the chapter <info:number>.
|
||||
|
||||
## BigInt
|
||||
## BigInt [#bigint-type]
|
||||
|
||||
In JavaScript, the "number" type cannot represent integer values larger than <code>(2<sup>53</sup>-1)</code> (that's `9007199254740991`), or less than <code>-(2<sup>53</sup>-1)</code> for negatives. It's a technical limitation caused by their internal representation.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue