• Custom User Avatar

    Yes, they still persist. It's a syntax error in the example test cases:

      assertEquals("undefined",s.slope([-10,6,-10,3])); // Won't compile
      
      assertEquals("undefined",s.slope(new int[] {-10,6,-10,3})); // Correct
    
  • Custom User Avatar

    also, some of these problems seem to be out of my domain. When I tried to republish the java kata, it took me about an hour (I had to eventually close the page). this isn't the first time I've changed this error.

  • Custom User Avatar

    are you still having these errors?

  • Custom User Avatar

    thank you for the corrections. I was pretty sure I changed it. error on my part