We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeb5593 + effb5b9 commit 149e8eaCopy full SHA for 149e8ea
1-js/05-data-types/11-date/article.md
@@ -58,7 +58,7 @@ To create a new `Date` object call `new Date()` with one of the following argume
58
For instance:
59
60
```js
61
- new Date(2011, 0, 1, 0, 0, 0, 0); // // 1 Jan 2011, 00:00:00
+ new Date(2011, 0, 1, 0, 0, 0, 0); // 1 Jan 2011, 00:00:00
62
new Date(2011, 0, 1); // the same, hours etc are 0 by default
63
```
64
0 commit comments