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

7 lines
103 B
JavaScript
Raw Permalink Normal View History

const findTheOldest = function() {
2019-04-11 10:00:21 -07:00
};
2019-04-11 10:00:21 -07:00
// Do not edit below this line
module.exports = findTheOldest;