Ad
  • Custom User Avatar

    it should be 19 characters for everything ,,,,means inside your function you should only have 5 characters , ENJOY !

  • Custom User Avatar

    Finally got it ,sorry 4 e rouble ,thanks

  • Custom User Avatar

    Screenshot of my tests Output

    For me its test4 not test5 .See image above

    Maybe you are right ,maybe there is a bug in my code , but please just take a look at it.Thanks a lot

  • Custom User Avatar

    I know but from the description is says
    If a or b are nil (or null or None), the problem doesn't make sense so return false.
    If a or b are empty the result is evident by itself.

    b is giving me null ,so how come its expecting true ??

  • Custom User Avatar

    Failing 4th Basic test in javascript even though when i console.log the input
    Log
    Array1 = [] Array2 = null
    and it says
    Expected: true, instead got: false
    clearly its supposed to return false .Te rest of the test pass.

  • Custom User Avatar

    when i run tests they all pass but when i try to submit it reurns
    Unknown error
    Process took 6067ms to complete.

    is it the server or problem with my code ?

  • Custom User Avatar

    Error in test case .When i run tests i get this error
    File "", line 36
    collection = range(1,25)
    ^
    SyntaxError: invalid syntax

    and when i try to subit i get this error
    File "", line 36
    Test.describe("Basic tests")
    ^
    SyntaxError: invalid syntax

    Help

  • Custom User Avatar

    i also have the same issue