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

7 lines
103 B
JavaScript

const findTheOldest = function() {
};
// Do not edit below this line
module.exports = findTheOldest;