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

7 lines
103 B
JavaScript
Raw Normal View History

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