Ad
  • Custom User Avatar

    This was my first one, could have structured it better.

    Thanks for the input.
    Will incorporate these changes and re-publish.

    Also, will go through the link provided.

  • Default User Avatar

    Hi, there are some issues that I have noticed with your kata so far:

    • there are no random tests
    • there are no sample tests
    • the initial solution has an incorrect function name, causing errors to be raised
    • for the first two tests, the original array contains integers, whereas the expected output contains strings
    • for the last two tests, the original array contains strings but tests are missing quotation marks

    If you haven't already, I suggest reading this

    cheers :)