Ad
  • Custom User Avatar

    What is this kata, like this is a duplicate of the example kata.

  • Custom User Avatar
    • In the trainer:
    # return the two oldest ages in the array of ages passed in.
    # it should return the two ages as a sorted array, youngest age first
    

    In the description:

    Find th eoldest person in the given array. Good luck
    
    • No sample tests.
    • No random tests.
    • No description of what is "oldest" and how are you defining ages.