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.
thanks got it working now
This comment is hidden because it contains spoiler information about the solution
Not to sure what I did wrong but when I clicked attempt it says
SyntaxError: Unexpected token '*'
at four (test.js:8:47)
at Context. (test.js:26:24)
at process.processImmediate (node:internal/timers:471:21)
I have * in my code for times. JS
Also not sure if im ment to mark this as a issues or question?
This comment is hidden because it contains spoiler information about the solution
return "this" ? you could actually try to modify string and return string then, but better not to alter the passed data in :)
I also like this kata
Your "copy" is another reference to the same array, so, yes, you're mutating the array.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
thank you for the explanation