You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-2
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,7 @@
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
-
50
-
49
+
|42 |[Native text to speech JS](#Native-text-to-speech-JS)|
51
50
52
51
53
52
@@ -924,4 +923,19 @@ const startSpeaking=()=>{
924
923
}
925
924
926
925
926
+
```
927
+
928
+
**[⬆ Back to Top](#table-of-contents)**
929
+
### toFixed()
930
+
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 .
0 commit comments