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.
I had never thought that a solution in JS can be this little...
You can use console.log(obj)
The task could have been more difficult if the tests had included such an example:
Pig "latin" is cool...
I love this solution! I'm kinda obsessed with reduce() and I've lost my ability to see other solutions,if I can use reduce(). How to overcome that >< ???
why?
A nice kata... However, it's too easy for 5kyu.
wow!!! I was so close, but I couldn't guess, that a solution could be so laconic!
I love this solution <3
Can I see all possible test cases anywhere? I don't understand the kata's description. I tried to see an object as argument in the console, but I saw arrays too. What is that??? I see in the description => strCount (takes an object as argument)... ><
It's already there. There is nothing hidden as you say.
This comment is hidden because it contains spoiler information about the solution