Ad
  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    I just dont think the author of the kata took this into account. Do the other laungauges for this kata default to scientific notation ?

  • Default User Avatar

    Finished a blue, only got one point

  • Default User Avatar

    Sure, but no matter how you get to the solution with JavaScript, whether it's a string or not you will get something like '1.551118753 E+66' (for 51!). Which would not pass the test for large numbers, even though that is correct.

  • Default User Avatar

    Javascript always defaults to scientific notation for large numbers. Even with a function to convert scientific notation to numbers doesn't work well with the test cases. Skipped it unfortunately even though my algoritm was correct.