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.
yoo so did i
I can´t beleave this kata has this short solution. You are awesome.
nice
not the best solution and not very clever.
sum
for the result of the addition makes the code more self explenatoryI was afraid that there would be phrases like "TREE FIDDY" or "THREE FIFTY", and wrote unnecessary command s.toLowerCase().
Did the exact same program, only the variable 'f' was 'name' in mine. Congrats to all who finished it :D
I have the same issue with random tests (Golang, wrong order)
report
What does this even mean ?
I dont know what you did there.. but i will try it
this one excels
I THINK YOU SHOULD USE MATH.CEIL TO AVOID FLOAT NUMBERS
i is used a lot, as a shorthand for index, that is the position of an item in a sequence.
here we are iterating on the items of the friend list directly, not on their index.
So there is no reason to name the variable i, f as a shorthand for friend is better.
yes
Loading more items...