Ad
  • Custom User Avatar

    Missing fixed test where number = 0.

    Also, it should be specified that 2 <= base <= 10. Any base bigger than 10 will require different things to be done.

  • Custom User Avatar
    • loop test should use test.expect (with message), not assert
    • input number is not in base 10, it is an integer
    • no random tests
    • this should not pass