Ad
  • Default User Avatar

    Your code fails when there are tests with 2 or more lowest numbers :)

    Anyways, 'looks like you solved it'

  • Custom User Avatar

    Not a kata issue, it's a problem with your code:

    Second argument (optional)

    See the sample test: titleCase('the quick brown fox') there is no second argument there and you try to split it without checking it.