odin-javascript-exercises/12_findTheOldest/findTheOldest.js
2021-09-11 16:18:55 -06:00

6 lines
103 B
JavaScript

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