Fix comma usage
This commit is contained in:
parent
ad8ab1d55f
commit
42f0985b28
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue