Ad
  • Default User Avatar

    I probably should have worded the error messages more clearly. By "Returned string", it means your function returned a string instead of a number.

  • Default User Avatar

    You must return a number, but toFixed() returns a string.

  • Default User Avatar

    I've randomized the radii, provided better examples and improved the error messages. They should now tell you if you are submitting a string, NaN, etc.