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.
great solution!
Nice i did the same as you at fisrt, then the method concatenation just came to mind, so i went with that, but still nice.👌
Like how you named your variable, easy to understand wants going unlike me who just named mines arr1 and arr2.😂😂
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
This comment is hidden because it contains spoiler information about the solution
spread operator is 10 times slower than .concat()
Why didn't I think of concat gahhhhh
Well now I just feel silly for what I did lol..
it's a good way to resolve this challenge
nice
The same! Very smart to make other helper function.
This desicion i like much better, than variant with one line.
Is there any way to make mine more effecient? I thought it was a somewhat smart solution.
Loading more items...