Skip to content

Commit effb5b9

Browse files
minor
1 parent a0bfa92 commit effb5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/11-date/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To create a new `Date` object call `new Date()` with one of the following argume
5858
For instance:
5959

6060
```js
61-
new Date(2011, 0, 1, 0, 0, 0, 0); // // 1 Jan 2011, 00:00:00
61+
new Date(2011, 0, 1, 0, 0, 0, 0); // 1 Jan 2011, 00:00:00
6262
new Date(2011, 0, 1); // the same, hours etc are 0 by default
6363
```
6464

0 commit comments

Comments
 (0)