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.
would also give "Best Practices" if 'x' would have an intention revealing name like 'playerAdvantage' so that it does not need mental mapping.
thanks, now that sentence makes sense!
Those two
abigail
s are not next to each other, are they?I don't get it: the second example contains the string "abigail" twice, so the longest consec should be "abigailabigal" since the "abigail" Strings are the longest in the array. Instead, "abigailtheta" is expected. The description doesnt tell me anything what the policy is for multiple occurances in the array.