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.
"getLengthOfMissingArray" is the name of function you have to write, so the error message is pointing to code that is written by you.
Somewhere in your code, you are trying to access
.length
on something that isnull
(we can only guess where it comes from, without seeing your code).Make use of
console.log
s to see where this happens.In which language?
Your code fails with this test for example: