mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-19 14:43:22 +09:00
Merge branch 'master' of TOP/javascript-exercises
This commit is contained in:
@@ -7,3 +7,4 @@ given an array of objects representing people with a birth and death year, retur
|
||||
- this can be done with a couple of chained array methods, or by using `reduce`.
|
||||
- One of the tests checks for people with no death-date.. use JavaScript's Date function to get their age as of today.
|
||||
|
||||
|
||||
|
||||
@@ -61,3 +61,4 @@ describe('findTheOldest', () => {
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user