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.
Right, I didn't pay attention at the test cases (or lack of test cases actually). I've submitted by solution and it worked ;)
For a framework that many people won't be familiar with, Facebook's documentation is highly technical and skips some basic assumptions. I had to guess several times what syntax it was looking for.
Kudos to them in that my guesses were right every time, so it's reasonably intuitive, but there should really be some complete examples somewhere.
Hmm yeah it's possible you were seeing an error because there were no example test cases like bkaes suggested.
I've added some example test cases, so give it another go and let us know if you run into any more problems =)
Thank you! This was my first time looking at React myself to be honest. I'm hoping that other developers will be able to come up with even better React Katas! =)
Oof! I must have missed that one. Thanks!
Thank you for the feedback! Added some helpful example test cases =)
UndorderedList -> "UnorderedList"
There aren't any example test cases. Have you tried to submit the code instead?
Missing example test cases.
I have a solution working in the console (of a browser), but when I click "Run tests" inside codewars all I get is a an helpful "Test didn't pass: Unknown error". Is the server running tests down at the moment?