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
not all hero wear cape :D Thanks man, I was stuck on it for hours
you can just check if its exists...
Thanks
why is that ?
For my fellow Js travellers getting
TypeError: Cannot read property 'toLowerCase' of undefined
try setting the default minor argument as an empty string eg (..., minor=''). This problem has had me scratching my head for days. Hope it helps.
@rapithon how were you able to draw the art?
Not a kata issue, it's a problem with your code:
cc[0 : -4 , 1]
-4,1
isn't an integerPrint the input (neither of those two values is the input, the first is the expected one and the other is what your function returned), your function returned the first 12 digits instead of masking them and leaving the last 4 digits unmasked.
hi need help here this is what the final test before submission outputs
Expected: "############5616", instead got: "455636460793"
. why is the expected number am getting as an input different than the on am expected to output.