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.
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
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...