Ad
  • Custom User Avatar

    Very nice kata! I used a couple loops to solve this. Which gave me a bit more experience with them. I recommend this one! :)

  • Custom User Avatar

    Hey thanks for the help! i passed it! :D

  • Custom User Avatar

    oh crap! its returning 0 because its not exacally 3!?

  • Custom User Avatar

    based off the directions there only one combo involved with three. thats 3 threes = 300.

     Three 6's =>  600 points
     Three 5's =>  500 points
     Three 4's =>  400 points
     Three 3's =>  300 points
     Three 2's =>  200 points
     One   1   =>  100 points
     One   5   =>   50 point
    

    So i dont know what happens if there is more then 3 threes. lol

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    @Chrono79 Yes that description would be much better!
    @KenKamau Its exhausting seeing as multiple people have had an issue with this and yet you still refuse to change the description!
    People are legit wasting their time on this kata to find out the description is misleading/not clear enough.

  • Custom User Avatar

    "In this Kata, we are going to reverse a string while maintaining spaces."
    "maintaining" spaces, does not clarify, that the position/index of the spaces needs to be kept in the same order for the result.

    honestly there's like 6 comments already addressing this issue yet it hasn't been fixed.

  • Custom User Avatar

    The katas description isnt clear enough, please fix.

  • Custom User Avatar

    I know, this kata doesnt explain where the spaces need to be. just essentially says keep the spaces, not keep the damn index of the spaces.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    That was the hardest kata I have solved to date. Unbelievably challenging. I loved it.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    I tried that, seems like nothing is appearing above test results. I'm on mobile would this have an affect?

  • Custom User Avatar

    so I've passed 15 test but failed the first one in "test:2". How can I see the test my function was given?
    I tried to console.log(isTriangle());
    but nothing.

  • Loading more items...