Ad
  • Custom User Avatar

    The random test for this kata are flawed, at least in JavaScript. They want returned numbers that aren't even in the original arrays when you console.log. I can get the answer that it says is correct, but it is absolutely NOT correct. The JavaScript part for this should be pulled until it is fixed. Someone else has noted this about 10 months ago and it still isn't fixed.

  • Custom User Avatar

    It's still flawed. It's still doing the same thing.

  • Custom User Avatar

    This is not a level 7. It should be a level 6 at the lowest.

  • Custom User Avatar

    Instructions say to check for active students. IsActive is a boolean value per the description. Unfortunately, you can't simply test for true or false in the standard way. Flawed kata. Should either be reworked or removed.