Skip to content

Commit

Permalink
Merge pull request #646 from caspringer/patch-4
Browse files Browse the repository at this point in the history
Fix comma usage
  • Loading branch information
iliakan authored Dec 6, 2018
2 parents 80627b0 + 337c6de commit de34541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-js/05-data-types/10-date/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit de34541

Please sign in to comment.