Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Very nice kata! I used a couple loops to solve this. Which gave me a bit more experience with them. I recommend this one! :)
Hey thanks for the help! i passed it! :D
oh crap! its returning 0 because its not exacally 3!?
based off the directions there only one combo involved with three. thats 3 threes = 300.
So i dont know what happens if there is more then 3 threes. lol
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
@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.
"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.
The katas description isnt clear enough, please fix.
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.
This comment is hidden because it contains spoiler information about the solution
That was the hardest kata I have solved to date. Unbelievably challenging. I loved it.
This comment is hidden because it contains spoiler information about the solution
I tried that, seems like nothing is appearing above test results. I'm on mobile would this have an affect?
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...