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.
Strange
I agree, somewhere several exit points are even necessary (for example, recursion). But this specific example can be simplified a little, at least for readability.
What are the advantages of "var" over "let"?
This comment is hidden because it contains spoiler information about the solution
A bit hard to read the code. I would also recommend using a single exit point from the function, this helps a lot
This comment is hidden because it contains spoiler information about the solution
I should broke this to 2-3 rows, thanks
My bad
Oh, I didn’t think about performance. Thanks for the advice
I think const is better
You can remove comment btw
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I think we can't reuse sumNumber, so the idea of dividing into 2 functions seems strange to me
btw unnecessary comment
Loading more items...