Ad
  • Custom User Avatar

    You code not working is not a kata issue, see the initial code:

    String.prototype.camelCase=function(){
      //your code here
    }
    

    You have to write a new method of String.prototype, you've written an isolated function.