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 originally wrote it to only be Jaden tweets. Authors weren't given versions of languages at the time or approval/editing for translations at the time. I'd let someone else maintain this if I could as I haven't been very active on the site in like a decade or something.
No worries. Your code reaches its end without reaching any return statement, which is why it returns
undefined
.Thought I used this
Hi please use a spoiler tag when posting code (I have added the tag).
This comment is hidden because it contains spoiler information about the solution
If your code is not working, please post instead as a
question
. Posting as anissue
is reserved for when the kata has a problem.Your error message shows that your code retured
undefined
, when the expected return should have been'Three Men, Six Options, Don't Choose.'
.Post your code when you're looking for assistance. Nobody can identify your problem without it.
Test Results:
Tests
test
expected undefined to equal 'Three Men, Six Options, Don't Choose.'
Completed in 3ms
Completed in 6ms
Wtf?
You need to return data in this function