Ad
  • Default User Avatar

    like another person mentioned, there is no whitespace in scrabble you should take that out the test case or change the name of the kata. and also be a little more clear on the the $dict varible , why not just show the whole thing. thanks

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    thanks for the speedy reply!!

  • Default User Avatar
    str = "How can mirrors be real if our eyes aren't real";
    Test.assert_equals(str.toJadenCase(), "How Can Mirrors Be Real If Our Eyes Aren't Real")
    
  • Default User Avatar

    hey jacob sorry to bother again but could you post the ruby test case please, i can't seem to modify the python version although it is similiar thanks.

  • Default User Avatar

    oh man totally forgot to put that it was for Ruby but thanks anyway, it does look similiar.

  • Default User Avatar

    I'm assuming the Python version since that's what the email linked to. Either way, the example test fixture should be roughly the same for every language. As a courtesy, you could try to reset your browser cache to determine whether that works, and then file a bug with Codewars describing the issue.

    str = "How can mirrors be real if our eyes aren't real"
    test.assert_equals(toJadenCase(str), "How Can Mirrors Be Real If Our Eyes Aren't Real")
    
  • Default User Avatar

    Could someone please copy the your test case for me? I modified it and thought hitting reset would put it back to normal but it did not. It only reset my solution.

    Thank you in advance!!!