Files
odin-javascript-exercises/12_findTheOldest/findTheOldest.js
T

7 lines
103 B
JavaScript
Raw Normal View History

2021-03-03 15:13:24 +13:00
const findTheOldest = function() {
2019-04-11 12:00:21 -05:00
2021-03-03 15:13:24 +13:00
};
2019-04-11 12:00:21 -05:00
// Do not edit below this line
2021-03-03 15:13:24 +13:00
module.exports = findTheOldest;