Merge pull request #646 from caspringer/patch-4

Fix comma usage
This commit is contained in:
Ilya Kantor 2018-12-06 20:12:28 +03:00 committed by GitHub
commit de3454176b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ alert( date.getHours() );
alert( date.getUTCHours() );
```
Besides the given methods, there are two special ones, that do not have a UTC-variant:
Besides the given methods, there are two special ones that do not have a UTC-variant:
[getTime()](mdn:js/Date/getTime)
: Returns the timestamp for the date -- a number of milliseconds passed from the January 1st of 1970 UTC+0.