6 lines
68 B
JavaScript
6 lines
68 B
JavaScript
|
let findTheOldest = function() {
|
||
|
|
||
|
}
|
||
|
|
||
|
module.exports = findTheOldest
|