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.
This comment is hidden because it contains spoiler information about the solution
Yes, I think so.
I've tried removing it, but it won't go away. Is that something only the author can do?
https://www.codewars.com/kata/5cde6f28e0d20e001ff403b9/solutions/javascript
Thanks for the hint. Fixed.
Thanks for the hint. Can you point me to which one exactly you are reffering to?
uint32_t
is instd::
and is defined incstdint
.cstdint
should beinclude
d.There's an unrelated JS version.