Ad
  • Custom User Avatar

    dont need use return if function wrote in 1 line

  • Custom User Avatar

    What does your solution return for following test case? What should it return?

    generateHashtag(" ".repeat(200))

  • Custom User Avatar

    You are getting the same error all the time because you have the same bug all the time.

    We do not know what bug it is, because we do not know your code.

  • Custom User Avatar
    1. Try logging what str2[i] contains after you split it. You should know what you're doing wrong from there.

    2. This is an issue of your code, not the kata. So please, next time you encounter error from your solution and you want to ask in discourse, don't flag it as issue.

    Resolved.