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.
Got it, sorry for this omission, we'll add random tests soon
thank you!
thank you
thank you!
This comment is hidden because it contains spoiler information about the solution
it's a lot less confusing now
i found "zipWith" katas by johan but they are a bit different.
hey
the error messages are more descriptive now, so i can close this issue.
we've improved the description of this kata
done
we wrote it so that people themselves would come to the question "how to do it for a set of arrays"
Defining
chai.config.truncateThreshold = 0
would have helped immeasurably already.you can even leave the inputs out
Change "A function must return these any data types" to "A function must return these data types as is"
Testing:
[ 'a', 'b', 'c', 'd', 'e' ], [ 1, 2, 3 ]
expected [ 'a', 1, 'b', 2, 'c', 3, 'd', 'e' ] to deeply equal [ Array(20) ]
Edit: Issue is that there are variable inputs, but then why do you provide an initial solution with exactly 2 inputs??
Loading more items...