Skip to content

Commit d0d1390

Browse files
authored
toFixed-table-of-content
1 parent 795fb29 commit d0d1390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
|40 | [pay attention when using every](#pay-attention-when-using-every)|
4747
|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)|
4848
|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)|
5050

5151

5252

@@ -926,7 +926,7 @@ const startSpeaking=()=>{
926926
```
927927
928928
**[⬆ Back to Top](#table-of-contents)**
929-
### toFixed()
929+
### toFixed
930930
931931
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 .
932932

0 commit comments

Comments
 (0)