Ad
  • Custom User Avatar

    when u(x) = 9

    y = 2x9+1 = 19

    z = 3x9+1 = 28

    but in test cases z = 27

    same goes when u(x) = 19

    'z' should be 58 instead test cases fails saying it should be equal to 57

  • Custom User Avatar

    it's for the coders

  • Custom User Avatar
    • Valid password will only be ALPHANUMERIC characters

    Just make sure your password don't have space or semicolon or some other special characters.

  • Custom User Avatar

    Unhandled rejection TestError: characters may not be adjacent - Expected: 2, instead got: 3

    eveything passed but it's giving me error on this example which i don't even know what it is.
    i tried to remove spaces with text=text.split(" ").join(""); but it's still giving me an error.
    Any suggestions ?