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.
I appreciate, make me laugh
good to know
Got correct number of occurencies, but in another order.
Could you explain what do you mean?
:)
.
I guess you're either calling the split method on
null
(watch out, with regex...), or the argument used in the call is null, maybe?https://docs.codewars.com/training/troubleshooting/
What does it mean "Cannot invoke "String.split(String)" because "" is null"?