We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51b1e6b + dd26b8e commit 72c800bCopy full SHA for 72c800b
1 file changed
general-patterns/parseint.html
@@ -17,7 +17,7 @@
17
//if we omit the radix parameter then the returned value is not zero, it takes base 10 in chrome console.please check
18
19
var month = "06",
20
- year = "09";
+ year = "09";
21
month = parseInt(month, 10);
22
year = parseInt(year, 10);
23
0 commit comments