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.
Doesn't this return
" "
instead of""
for an empty string? I thought I tried this code and it errored ...Edit: I just tried it out and it didn't error. Never Mind. I guess it doesn't join on an empty string (
""
) because there is nothing to join.well it took me quite long to do it and while checking others solution,it looks like how easy it was but wasn't for me and now it is.
Feel free to translate it to Ruby after a decade :)
this is NOT best practice, it modifies given data
#THIEVES118
this function, although returns a string output, there is still spaces at the begining and of the string.
For some reason, I thought the toString() method was necessary at the end of this one.
Since you do not do anything with variable afterwards (besides returning it), there is no need to assign the result to a variable.
ranks cannot be changed, it's no use complaining about them ;-)
The kata is good, but I think it should be an 8 kyu not a 7.
The reduce method always returns the first argument as the total, always write 'return statement' before the first argument of the callback function,
That's so easy
Retired.
This was my approach!
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/73
Please join the discussion to share your opinions, and help us identify duplicate kata and retire them.
Loading more items...