Ad
  • Custom User Avatar

    It's been a month from your comment and the initial code is still the same.
    Is there any reason why this is here?

    // return the two oldest/oldest ages within the array of ages passed in.
    // it should return the two ages as a sorted array, youngest age first
    function twoOldestAges(ages){

    }