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.
i got it but not submitting.lol
now i passed 1 but failed 1 still.
error:
Expected: 0, instead got: undefined
. i was returning 0
if (array == null || array === 1 ) {
return 0;
}
not sure about the issue
im returning "16" but having this error:
TypeError: Cannot read property 'sort' of null
at sumArray
at Object.handleError
at ContextifyScript.Script.runInThisContext
at Object.exports.runInThisContext
How do you go to the 3rd kata code challenge? It always go back to the first challenge.