Ad
  • Custom User Avatar

    Yes, what you're missing is the whole function could be replaced by

    function whatsMyFirstName(str) {
      return "Jim";
    }
    

    And pass the test. You should add random tests and maybe leave the Jim test in the Sample tests so people see how it works.