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 am sorry, but this Kata does not force you to use any language related features ..... IMO, it should be changed.
At the moment, I would mark that (JS):
I would say direclty what is expected output. It is misleading that there is sequence of dividers given and the amount of dividers. Firstly, I returned all the values that are dividers. Generally, I would add "Return value is expected to be integer representing number of dividers..." or sth similar to that.
Got the same ........ and as Arosemena said: "details said the decimals must be truncated to 2 decimals not rounded :)", but the description says: "Your objective is to add formatting to a plain number to display it as price."
When I calculate price, I always thnink of rounding down or up, dont You ?
My suggestion is to mark in the description "no rounding". The word price is misleading here imo.