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.
Your code is the culprit there, not a kata issue.
trusting its not an error
Not an error - one of the test cases has the function called without a parameter and therefore
name
is undefined and has no index. Please can you reply to the comment and tick the issue resolved box since there isn't an issue.The description states
says Hello, World! if name is not given (or passed as an empty String).
. Thus meaning you have to return "Hello World!" instead of the "Hello, " + name.