Ad
  • Custom User Avatar

    The description doesn't mention that moving to page through navigate after calling back a few times modifies the URL history.

  • Custom User Avatar

    Please have someone proofread your texts. This Description again has errors in it.

    Also, free advice, worth what you paid for it: focus on getting your existing kata right instead of churning out new ones with the same mistakes as the old ones. Try to learn slowly from your mistakes.

  • Custom User Avatar

    Could do with more and bigger tests. This probably can be achieved most easily by implementing random tests.

  • Custom User Avatar

    Please add Example and random Submit tests.

  • Custom User Avatar

    I've fixed the most blatant errors in the Description. I won't hold that against you, English may not be your first language. I've also changed the estimated rank. This is not a 4 ..

    If you intended to not just shadow "".split, you need better testing. You also need random testing, regardless. And assertDeepEquals was invented for a reason.

  • Custom User Avatar

    Aliasing a built-in is a terrible kata design.