Skip to content

Commit 623e8c0

Browse files
authored
Update 25-number.md
1 parent de61f27 commit 623e8c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

notes/English/25-number.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ console.log(typeof num); // Output: "number"
1414

1515
In JavaScript, converting numbers involves changing a number from one data type to another, such as converting a number to a string or converting a string to a number
1616

17-
### Converting numbers in javaScript
18-
1917
In JavaScript, you can convert numbers to strings and vice versa using the following methods:
2018

2119
- toString():

0 commit comments

Comments
 (0)