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.
do we know max length of the input string?
Tests are running against a valid api endpoint (that is hidden from us).
What you have to do :
What should be the output when I provideinput (length, currentPage, size) : (10,3,4) ?
Thank you so much! Stripping the whitespace passed the solution.
Returned 'apples, plums
pears
oranges' but expected 'apples, plums
pears
oranges'
my test is failing. Can someone please help. may be it is looking for \n in my string?
I didn't change my code and it worked :) I have a guard around null check but problem was around empty array, something like this [] and it was preventing me to call the property [].length
Thanks for your message! All worked well
I am not going crazy but my array is empty and I am getting the error that TypeError: Cannot read property 'length' of null at getLengthOfMissingArray (test.js:4:9
my code is :
[].length == 0
return 0
but instead I am getting the error.
I love
Doesnt seem right to compare boolean