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.
Usefull for newbies
thanks
Syntax error in starting code:
const newWeirdObject => () => ({})
should beconst newWeirdObject = () => ({})
The spec is incomplete from the description alone (what values to start at?). We're not supposed infer the specs from the sample tests, at least not in this kata ;-)
Needs random tests.
I know, it just sounded funny. Thinking about the ethymology of
digit
, it could make sense: we have ten fingers, not three or sixteen. Referring to hexadecimal digits as digits doesn't really mean anything, as we don't have any 12th or 14th fingerThere's no such thing as "trigit". Even
ABCDEF
in hexadecimal are called digits.Maybe have some examples in the description? Here'd be a revised version:
https://www.codewars.com/kata/reviews/5ccd33f248214d00017c56a5/groups/5cce9cd371631d00016c2ac2
added
looks nice!
@Voile may I talk with you on Discord? I want to know how to add random tests and how to disable e.g.
Number
constructor (for another kata).Needs random tests.
I'm not proficient enough in JS to do that, but if anyone wants to they can.
@TheBMachine Could you add JS/TS to this kata?
Loading more items...