We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e20197 commit 79c4023Copy full SHA for 79c4023
1-js/05-data-types/10-date/article.md
@@ -49,7 +49,7 @@ To create a new `Date` object call `new Date()` with one of the following argume
49
```
50
51
`new Date(year, month, date, hours, minutes, seconds, ms)`
52
-: Create the date with the given components in the local time zone. Only two first arguments are obligatory.
+: Create the date with the given components in the local time zone. Only the first two arguments are obligatory.
53
54
Note:
55
0 commit comments