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

6 lines
72 B
JavaScript
Raw Normal View History

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