Ad
  • Custom User Avatar

    I know the acceptance criteria specifically says the function takes an array of 10 numbers between 0-9, but this fails if the array is null or contains less than 10 items, or any of the numbers is larger than 9 or less than 0. Then again, the acceptance criteria doesn't say what to do in any of those scenarios...