Ad
  • Default User Avatar

    Someone added random tests to the Javascript kata, and I copied them and added them to the CoffeeScript tests also. Both languages have random tests now.

  • Default User Avatar
  • Default User Avatar

    Description says :

    Also, create a class method that can parse Hexidecimal numbers and convert them to standard decimal numbers:

    Isn't convert them to standard decimal numbers sufficient ?

    As you suggested, I added two user-side tests for this method.
    Thx