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.
This comment is hidden because it contains spoiler information about the solution
Why this isn't already published?
I think it already was stated on line one. Why so agro?
You need random test, a lot. But you already know it.
In this link you can see how to propperly make some tests in JavaScript. Random tests are, as the name says, random. Generate 500 random numbers to test with.
As I said in the description the program was made in order to help me and actually worked (was writting menus in different languages).
Thanks for the help, maybe next time.
this is why
I've translated this kata into Python. I dont have a clue of how merge works here, so here is the link and I guess it needs your aproval. Greetings
Can I delete this comment? I asked something and figured it on the flyI separated the two subtitles and made the description more explanatory. What do you think? I'm missing something?
What do we want?
Imagine you got limited space on a page, in Monospace 12 you can place 30 characters on each line, you will have to use all the space available.
So, your task is to format ProductName and Price into something like this:
And join them into a single string separated by \n
Here is an example:
A program that given DATA (an array like this):
and MX (max line length) = 30, returns:
Ive seen you did this:
So, in order to avoid user modifying the complete version you sent a copy.
done.
Fixed. My point was to create a test case where all results were none... I forgot I placed a short test too. Sorry
fixed (that was a BIG messed up)
Anyone knows how long it takes so changes made in the editor are reflected in the kata?
Do I remove empty arrays from the Tests?
Loading more items...