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.
Hi, I have passed all the preleminary test but when I attempt it returns to me that one random did not pass. The error is :
Expected: found the needle at position 30 Received:
It says to me that I returned nothing but when I printed the array returned in the log and here is what I have :
found the needle at position 30
Which is the correct output.
In the program I wrote I build other function. Is it possible that when we attempt it does not take these function into consideration?