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.
yeah but i am getting some error when attempting like it passed 7 test cases and shows list index out of range
Thanks, I solved it already!
Yes, it can be used.
This comment is hidden because it contains spoiler information about the solution
It would be great to validate before use those checkers. How are you using iterators?
In some place in your code the list it's not defined. You need to use names[index].name to access this property.
This comment is hidden because it contains spoiler information about the solution
TypeError: Cannot read property 'name' of undefined
at list
at /home/codewarrior/index.js:40:19
at /runner/frameworks/javascript/cw-2.js:152:11
at Promise._execute
at Promise._resolveFromExecutor
at new Promise
at Object.describe
at /home/codewarrior/index.js:32:6
at /home/codewarrior/index.js:62:5
at Object.handleError
all my tests were successful but i dont understand tf is this. can someone pls help me?
This comment is hidden because it contains spoiler information about the solution