Ad
  • Custom User Avatar

    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.

  • Custom User Avatar

    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.