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.
thanks :)
It shouldn't be concatinated because working days will be only Monday and Friday not all days from Monday to Friday.
And seems that you've put logic for this right here:
if ... (last.order === d.order - 1)
, please correct me if I'm wrong.Thank for notice about empty array, probably
null
will be better.No problems, thank you a lot!
Thanks for feedback, BTW it's my first kata :)