odin-javascript-exercises/findTheOldest/findTheOldest.js
Marvin Gay ad1c0c407f Revert "Merge branch 'jest'"
This reverts commit f76e9e108f.
2021-05-12 22:10:23 -04:00

3 lines
67 B
JavaScript

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