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.
Fixed.
Done.
Done.
It's acceptable for such small arrays.
TDD for JS:
I see, thanks for reply.
It's strange value. But anyway I suggest to describe this issue in the description.
Input data:
[ { firstName: 'John', lastName: 'Doe' },
{ firstName: 'Richard', lastName: 'Roe' } ].
The function has to return 'John,Doe,Richard,Roe' or not?