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.
What SipofTea said! It is case sensitive.
This comment is hidden because it contains spoiler information about the solution
In JavaScript.
This is a great challenge. It is basically an elaborate version of a common tool. Hit me like a truck when I realised! :D
This comment is hidden because it contains spoiler information about the solution
Hi! Using JavaScript.
Could someone point me in the right direction of what to research? I tried for loop within a for loop, but ended up with an if statement within an if statment after that, and there must be a simpler way.
Tried to look it up but I don't want to copy and paste an answer, so if someone can give me the first 'breadcrumb' so I can follow the trail, I would really appreciate it!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Interesting Kata. Had to think how to "uniform" the inputs.
JavaScript, apologies. Still getting used to everything!
I know this is easy for most people, but I have never used .replace before. I looked it up, and I thought it is as easy as it looks, but telling it to look globally just turned every character into dashes... any nod in the right direction would be really appreciated!
Really enjoyed this one. My syntax let me down for so long, but once it clicked it was so satisfying. Breaking it down to steps of what I needed to do, in order, was key for me, hopefully that helps others.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution