Skip to content

Commit

Permalink
Merge pull request javascript-tutorial#645 from caspringer/patch-3
Browse files Browse the repository at this point in the history
Fix comma usage
  • Loading branch information
iliakan authored Dec 6, 2018
2 parents 19a6d6d + 42f0985 commit 78a8444
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 @@ -2,7 +2,7 @@

Let's meet a new built-in object: [Date](mdn:js/Date). It stores the date, time and provides methods for date/time management.

For instance, we can use it to store creation/modification times, or to measure time, or just to print out the current date.
For instance, we can use it to store creation/modification times, to measure time, or just to print out the current date.

## Creation

Expand Down

0 comments on commit 78a8444

Please sign in to comment.