Ad
  • Custom User Avatar

    From the description:

    As an added challenge, upper- and lowercase letters are considered the same character, but the function should return the correct case for the initial letter. For example, the input 'sTreSS' should return 'T'.

    You failed on this one. The one you logged is the input that have been lower-cased and split. That's why you can't see the actual input.

    Not a kata issue.