odin-js-fundamentals-part-5/12_findTheOldest/findTheOldest.js

7 lines
103 B
JavaScript

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