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.
Yeah, this should be 8 kyu right?
This was a little too simple for a 6th Kyu. But thanks for making it
@riston, you could use
assertDeepEquals
to compare two objects instead of using a custom made function in javascript tests. But you could also keep that function and it'll sure come in handy for someone who needs it.Fixed.
Fixed.
Fixed.
Changed the sample tests.
It's javascript, and in this case the sample tests are failing because they call a function to compare objects that doesn't exist outside the real tests. Fixed now.
Test cases failed. There seems to be a error in this kata.
However if you still want to try your code and solve it just click on attempt and ignore the test case phase.
Worked for me.
This comment is hidden because it contains spoiler information about the solution