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

6 lines
72 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
2021-03-03 15:13:24 +13:00
module.exports = findTheOldest;