Ad
  • Custom User Avatar

    This kata will test some very large numbers and time out. I won't spoil the answer, but you don't have to test all the numbers from 2 to n.

  • Custom User Avatar

    Array.prototype.push() returns the new length of the array not the array itself. This got me at first too.