const findTheOldest = function(arry) {
let deathYear = arry
};
// Do not edit below this line
module.exports = findTheOldest;