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.
unpublished
Duplicate or duplicate
I added random tests, if there are new problems please file a new issue
CodeWars supports Node up to v10, and
Array.prototype.flat
was added in Node v11. So currently noflat
on Codewars.TypeError: array.flat is not a function(((
Still no random tests.
Thanks. I'll get started on it straight away.
you're welcome :)
I don't have much expirience writing tests. What do you mean by random tests?
Random tests needed
Didn't know join worked recursively, thanks for teaching me something new.
This comment is hidden because it contains spoiler information about the solution
yeah this kata is broken.
Exactly. It should be stated explicitly.
What's up. Quick tip, there was no need to split the string, a string is just an array like any other. Each letter an be accessed by it's index.