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.
This comment is hidden because it contains spoiler information about the solution
The funniest solution for sure!
so damn true... haha
ooooh, this is Toto and their song that's called Africa. but also there is a big destruction because it took me some time to read the lyric, listen to this song, and then write this comment hahaha but still I enjoyed, so thank you @Rayhaan2k9
This comment is hidden because it contains spoiler information about the solution
You can omit `${ and still have the same result
Use spoiler flag next time please.
Don't worry. We just loop through the given string. Then the function divides string to separated words after each whitespace and pushes them to an array. Then we return this array as a result of the function. That's it.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I guess we could make the solution even more elegant by skipping () around an argument
This comment is hidden because it contains spoiler information about the solution