Fix comma usage

This commit is contained in:
caspringer 2018-12-05 08:47:29 -05:00 committed by GitHub
parent ad8ab1d55f
commit 42f0985b28
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.
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