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.
break here is useless
You Don't Need break, Cause The return Will End The Function
This comment is hidden because it contains spoiler information about the solution
you don't need to use break statment
you don't have to use break BTW
ascii characters are actuallt just integers, there's an ordered ascii character chart wich is useful to understand these kinds of opertations, wich exploit the order of the chart to maximize efficiency
Thanks! did not know it.
no need of break after a return statement, return already exits the function
This comment is hidden because it contains spoiler information about the solution
Сan you explain, please?
This comment is hidden because it contains spoiler information about the solution