|
46 | 46 | |40 | [pay attention when using every](#pay-attention-when-using-every)|
|
47 | 47 | |41 | [How to convert an array of key-value tuples into an object](#How-to-convert-an-array-of-key-value-tuples-into-an-object)|
|
48 | 48 | |42 | [Native text to speech JS](#Native-text-to-speech-JS)|
|
49 | | -|42 | [Native text to speech JS](#Native-text-to-speech-JS)| |
| 49 | +|42 | [toFixed](#toFixed)| |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
@@ -926,7 +926,7 @@ const startSpeaking=()=>{
|
926 | 926 | ```
|
927 | 927 |
|
928 | 928 | **[⬆ Back to Top](#table-of-contents)**
|
929 | | -### toFixed() |
| 929 | +### toFixed |
930 | 930 |
|
931 | 931 | Warning: Floating point numbers cannot represent all decimals precisely in binary. This can lead to unexpected results, such as 0.1 + 0.2 === 0.3 returning false .
|
932 | 932 |
|
|
0 commit comments