Ad
  • Custom User Avatar

    you only need to enable node 10/1 2

  • 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

    what you mean unfair to other languages ?
    java 11 and python 3.8 both have 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.

  • Custom User Avatar

    in javascript you can't use BigInt because the testing use old js code
    please fix the testing code sir