We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68a729 commit 1c3a5e5Copy full SHA for 1c3a5e5
day01(Variables)
@@ -57,4 +57,14 @@ summary:
57
58
String Operator:
59
•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
70
0 commit comments