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.
Error on the author's part probably or how the assertions are run
use strict really don't need , and i am just don't understand why so many stars to that case
In this case, since it is just using the Array.prototype.join() method to join each array element with a space, it doesn't really benefit from "use strict".
Thank you for the info. I'm still struggling to see what restrict mode exactly accomplishes in this particular problem. Are there any problems with the join method?
I do the same.
it seems to me you can make your code better by refactor it with switch operator.
more than 13?
This comment is hidden because it contains spoiler information about the solution
what does use strict mean?