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
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.
are you still having these errors?
thank you for the corrections. I was pretty sure I changed it. error on my part
Loading collection data...
Yes, they still persist. It's a syntax error in the example test cases:
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.
are you still having these errors?
thank you for the corrections. I was pretty sure I changed it. error on my part