Snippet format update
To match the starter (for the migration)
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
### minDate
|
||||
---
|
||||
title: minDate
|
||||
tags: date,math,beginner
|
||||
---
|
||||
|
||||
Returns the minimum of the given dates.
|
||||
|
||||
@ -16,4 +19,4 @@ const array = [
|
||||
new Date(2016, 0, 9)
|
||||
];
|
||||
minDate(array); // 2016-01-08T22:00:00.000Z
|
||||
```
|
||||
```
|
||||
Reference in New Issue
Block a user