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.
Updated :-)
Yes it's all in JS sorry I should have said so :)
Let me know if you need some actual screenshot or code samples
Ah, yes. And I found it, it's in the sample tests.
I'm assuming Javascript because thats the only language @GuillaumeRoche has been using :-D
language?
Are you sure? to generate the code
code = "ABCD".split("")[Math.floor(Math.random() * 4)];
which are all capitalsthe test file given is bugged, it's aiming for an item "a02" when there is only an "A02" item on the given list.
It should be said if we need to actually handle string capitalization.
Also, it's said that we need to keep track of the money. It's totally false, we just need to keep track of the money EARNED and never actually remove money given back as change.