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

6 lines
68 B
JavaScript
Raw Normal View History

2019-04-11 17:00:21 +00:00
let findTheOldest = function() {
}
module.exports = findTheOldest