mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
[javascript/en] Formatting fix
This commit is contained in:
parent
c83eb6c6bc
commit
d4d471ef50
@ -41,7 +41,7 @@ doStuff()
|
||||
|
||||
// JavaScript has one number type (which is a 64-bit IEEE 754 double).
|
||||
// Doubles have a 52-bit mantissa, which is enough to store integers
|
||||
// up to about 9✕10¹⁵ precisely.
|
||||
// up to about 9✕10¹⁵ precisely.
|
||||
3; // = 3
|
||||
1.5; // = 1.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user