Ad
  • Custom User Avatar

    Yes you are wrong, check the initial code:

    String.prototype.toJadenCase = function () {
      //...
    };
    

    You need to use that, not create a new function.