Ad
  • Default User Avatar

    it seems there are some issues with the Julia translation, please read above

  • Default User Avatar

    approved, thank you!

  • Default User Avatar

    which language are you using? it seems that there are many more issues after approving three new translations.

  • Default User Avatar

    which language?

  • Default User Avatar

    what language?

  • Default User Avatar

    Thanks, both translations have been approved!

  • Default User Avatar

    Thanks, approved!

  • Default User Avatar

    213 people have solved using JS, are you sure it's a problem with the kata itself? (Also I can't see double space, you will have to use codeblocks to make it visible)

    Edit: If you mean that there is a total of two spaces in the string, then you are mistaken. It is only false if:

    1. The string starts and/or ends in a space
    2. There is more than one space between each word.

    Example:

    ' a b c' = false // starts with a space
    'a  b c' = false // has a double space
    'ab c  ' = false // ends with a space
    'a b c' = true // follows the specifications, therefore returning true
    
  • Default User Avatar

    Please don't put solutions in discourse, people who haven't completed the kata can see it in their dashboard (like I did). :)

    I have marked the comment as containing spoilers

  • Default User Avatar

    Do you mean *? If so, it used to multiply two numbers together.

  • Default User Avatar

    Tip: avoid using keywords such as dict as variable names, otherwise great work!

  • Default User Avatar

    Silly me, I forgot it works both ways

  • Default User Avatar

    Not sure if you'll see this or not, but don't change a list while iterating over it. This can give unexpected results. Hopefully that helps :)

  • Default User Avatar

    This kata is meant to teach people about markdown formatting, not coding. This kata was approved to make life easier on us. If you read below, it is explained further what I mean. :)

  • Default User Avatar

    Glad to know that I made someone feel better about themselves :)

    Don't be fooled by the rank though, I can't solve most 4kyu katas yet

  • Loading more items...