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

4 lines
67 B
JavaScript
Raw Normal View History

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