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.
I have try the additional argumets of JSON.stringify in FireFox, and I got this result:
But what I want to realize is actually the format like below(Described in kata detail), which is the coding standars in my working Group:
Between the "key" and the { , it should be a space instead of a '\t'
Sorry, that's my fault to give too few descriptions or examples of this Kata... And thank you for raising the question
It is awkward that I dont know the additional arguments of JSON.stringify API. One of my friends asked me how to get string with indentation from an object. Instead of searching the solution, I write a function for him... And then, I published this Kata which is the first Kata I have published. Thank you for remainding me. Maybe I should unpublished this Kata?
"shouldn't handle any nested functions:
Test Failed: Expected: 3, instead got: undefined"
I got an error like this when I sumbmitted.What does this mean?