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

6 lines
70 B
JavaScript
Raw Normal View History

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