Ad
  • Custom User Avatar

    For typescript, example in the instruction
    << two_oldest_ages( 4, {1, 2, 10, 8} ) // should return {8, 10} >>
    should be change to
    << two_oldest_ages([1, 2, 10, 8]) // should return [8, 10] >>