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.
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.
Nice solution. Gives me new idea to solve a problem.
Thanks all.
Nice coding!!
Hello,
I am getting different output in Visual Studio Code Editor.
can anbody expain the reason?
Output : [ 'I like ', '!' ] Cheese, Milk, Chocolate
Not a kata suggestion
I wish i could understand it!!!
Very intelligent solution.
Well coding...
Hello all...
I am new here, just completed 1 kata.
Can you tell me the difference between test and attempt?
Showing "You have passed all the tests!:)" when i test the code.
Showing "expected NaN to equal -4.25" in attempt.
What is the resoans ?