Ad
  • Custom User Avatar

    Unclear issue, closing

  • Custom User Avatar

    That seems a problem with your code, not a kata issue.

    const Calculator = function() {
      this.evaluate = string => {
        return 1;
      }
    };
    

    Are you returning the result?

  • Default User Avatar

    I am sorry. 5254 guys passed the kata, the tests are the same in all languages. It is not an issue of the kata but maybe a problem in your code.