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.
use strict really don't need , and i am just don't understand why so many stars to that case
love this solution!
This comment is hidden because it contains spoiler information about the solution
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 actually never thought about this. Probably the best method, thanks for teaching me something new.
Clean af.
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".
I think toString works for all objects
yea
i think this is the cleanest way to do it using method toString, keep going on!
cool
short cut
that's easy??
This can be shortened to 1 line using an arrow function.
Loading more items...