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.
yeh! I'm new to coding so didn't know about the whole object comparison thing
This comment is hidden because it contains spoiler information about the solution
can somebody help me with my code? it passes all tests apart from the randomized string test.
This comment is hidden because it contains spoiler information about the solution
the code is in javascript, could you please take a look at it for me and see what the problem is? thanks
This comment is hidden because it contains spoiler information about the solution
for some reason when I attempt I get this error message on test 3: a was [1,2,2], b was [2], expected [1], however when I have put these values for a and b in the sample tests I get the right answer, [1], so i think there is a bug in the final test
I am getting the same error when I attempt the problem! when I run these values in the sample tests I get the right answer, so there must be a bug in the final attempt part
argh i pass every test but apparently my code doesnt execute quick enough :(