Merge branch 'master' of TOP/javascript-exercises

This commit is contained in:
Michael Frank
2021-05-09 00:29:44 +12:00
2932 changed files with 302449 additions and 87 deletions
+1
View File
@@ -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.
+1
View File
@@ -61,3 +61,4 @@ describe('findTheOldest', () => {
});
});