Ad
  • Default User Avatar

    This helped me pass the kata. The test cases existed but were commented out. Once I added it back in, my solution passed the tests but failed the attempt. I had to use the above recommendation of calling the functions instead of returning the value in order for it to work.