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.
Haha, I did the same and through breaking down my code line by line on CGPT it was mentioned the code actually evaluates to the last value 'u' due to the way the comma operator works in JavaScript but I didn't bother to do an array like you did.
hmm, I thought you would have to individually separate a,e,i,o,u. This is way more simple than mine looooolll
i like this scructure. i tried to fit mine in 1 line XD