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 wonder why this very simple solution doesn't get nearly as much "best practice" than the other one above there >^.^<
This comment is hidden because it contains spoiler information about the solution
Nice
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 think you can edit the example - so it doesn't look like output data should be '1, 2, 4.....'.
When you read description briefly - like in my case - this is causing confusion.
Isn't 'Find the number of divisors of n.' obvious enought?
I think I'll wait for some more feedback, from other warriors.
An request to everyone - please let me know if description need further clarification
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.