odin-js-fundamentals-part-5/12_findTheOldest/findTheOldest.js

7 lines
103 B
JavaScript
Raw Normal View History

2024-01-11 08:52:05 +00:00
const findTheOldest = function() {
};
// Do not edit below this line
module.exports = findTheOldest;