We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bfa92 commit effb5b9Copy full SHA for effb5b9
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