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.
You mentioned BigInt along with 'please fix the testing code'. The javascript tests were previously broken. The broken tests have now been fixed. Adding BigInt support is a suggestion whereas a buggy-test is an issue.
Lack of BigInt is in no way more limiting for javascript than it will be for any of the other CodeWars supported languages that lack BigInt. Working with limited precision integers to compute the sometimes huge (occasionally 158+ bits) answers was one of my motivations for writing this kata.
I'm not technically opposed to BigInt, but I don't want to spend any more effort than a mouse-click to support it.
I've fixed the tests -- and I did it without BigInt.
If you're able to use BigInt to solve the Kata -- fine.
Otherwise, I can update the description to indicate that BigInt is not allowed since part of the challenge with this Kata is not having BigInt support as is the case for some of the other languages.