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

3 lines
68 B
JavaScript
Raw Normal View History

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