Skip to content

Commit 1c3a5e5

Browse files
authored
Update day01(Variables)
1 parent b68a729 commit 1c3a5e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

day01(Variables)

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,14 @@ summary:
5757

5858
String Operator:
5959
•Definition: When the ‘+’ is used on strings the ‘+’ operator is called the concatenation operator.
60+
61+
9. type conversion:
62+
parseInt(); //return a number only include integral part.
63+
parseFloat(); //return a floating point number
64+
Number(); //return a number(maybe integral number and float point number)
65+
.toString(); String(); //return a string
66+
Boolean(); //return a boolean value
67+
68+
69+
6070

0 commit comments

Comments
 (0)