We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4ff7a commit 6e8cce3Copy full SHA for 6e8cce3
1-js/05-data-types/11-date/article.md
@@ -66,7 +66,7 @@ To create a new `Date` object call `new Date()` with one of the following argume
66
67
```js
68
new Date(2011, 0, 1, 0, 0, 0, 0); // 1 Jan 2011, 00:00:00
69
- new Date(2011, 0, 1); // the same, hours etc are 0 by default
+ new Date(2011, 0, 1); // the same, hours etc. are 0 by default
70
```
71
72
The maximal precision is 1 ms (1/1000 sec):
0 commit comments