Merge pull request #645 from caspringer/patch-3

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

View file

@ -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. 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 ## Creation