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

6 lines
68 B
JavaScript

let findTheOldest = function() {
}
module.exports = findTheOldest