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.
is this solution considered any good?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
C# Function name should use
PascalCase
print statements should be removed
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
In Ruby, is it really necessary to use an array of hashes, all with the same key? Surely an array of strings would be sufficient…
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
No random tests
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?
please could you update the description to specify that the order of the names must be preserved? If order is not preserved, the kata does not pass, even though that should satisfy the description as it currently stands...
What are "hashes of names" and what does it mean for them to be "pre-validated"?
This comment is hidden because it contains spoiler information about the solution
Is it really necessary to pass a list of dicts? surely a list of strings would have tested the same skills. names[-1]['name']... makes my eyes hurt.
Loading more items...