Skip to content

Commit 149e8ea

Browse files
authored
Merge pull request #1454 from Violet-Bora-Lee/patch-42
minor
2 parents aeb5593 + effb5b9 commit 149e8ea

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)