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.
omg! it is the best!
OMG!
Mine has more comments. :-p
exact the same solution =) except the naming nd the arrow function
😂
i like it, would love to know your thinking process
ahhhahaahahhaaha =))) TRUE!
Readability is not required in war. ;-)
i don't think that it is very readable =)
i like
[...
${value}]
though, i've never seen that beforeIMHO, it is a VERY bad thing to limit a number of characters. I understand that it is a challenge, but after all we are training here to become better programmers which means to write code using the BEST practices as well as keeping the code readable.
Thank you for your feedback. ;-)
Changed the task to
Returns the maximum volume of the cup.
O_oThe task is poorly written. "Please calculate, how much is the maximum volume of the cup we made?" is very different from "Returns a positive integer that is the side length of the small square." Looking at the name of the function and the examples, it would seem that the task is to return the volume of the cup, not the "side length of the small square".