Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
it should be 19 characters for everything ,,,,means inside your function you should only have 5 characters , ENJOY !
Finally got it ,sorry 4 e rouble ,thanks
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
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 ??
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.
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 ?
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
i also have the same issue