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.
Node v18 is enabled now.
Duplicate issue nad it's been fixed now.
The details are clear enough in my opinion, but the image after "This image will illustrate things more clearly:" is broken with a 404 error
I did something like this in my solution using
let word_lc = word.to_lowercase();
then using word_lc, it worked just fine and avoids potentially having to calculate the lowercase string twice