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.
Crazy!! I think that all the solutions which have been approved can easily be compiled into a library.
Fun to do, but a lot to write. In a few words: the best way to befriend your debugger.
One shall love recursion :D
What a struggle :)) Thanks for it! :)
Nice one! Very work-related. Thank you! :)
Great solution! Very OOP. Thank you!
Tricky one :P But now I can finally say that I have improved my relationship with debugger. Thanks! ^^
I will leave this for whoever may need it:
Such a fun one! Thanks xD
Nice one! :) With this occasion, I have just learned a little bit of Regex in JavaScript :D :D
Funny one! :) A little bit trickier than it seems.
Thank you very much for this series! With this occasion, I polished my JavaScript skills and I think I am ready to approach more difficult katas. Greeeeeeat lesson! :D
This comment is hidden because it contains spoiler information about the solution
NUMS = ['Zero', 'One', 'Two', 'Three', 'Four', 'Five', 'Six', 'Seven', 'Eight', 'Nine', 'Ten',
'Eleven', 'Twelve', 'Thirteen', 'Fourteen', 'Fifteen', 'Sixteen', 'Seventeen', 'Eighteen', 'Nineteen', 'Twenty']
to_19 = { 1 : "One", 2 : "Two", 3 : "Three", 4 : "Four", 5 : "Five",
6 : "Six", 7 : "Seven", 8 : "Eight", 9 : "Nine", 10 : "Ten",
11 : "Eleven", 12 : "Twelve", 13 : "Thirteen", 14 : "Fourteen",
15 : "Fifteen", 16 : "Sixteen", 17 : "Seventeen", 18 : "Eighteen",
19 : "Nineteen" }
This comment is hidden because it contains spoiler information about the solution
Haha, cu placere :)
Merly math skills than programming skills, but nice one. It took me some time untill the bell rang.
Loading more items...