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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
From the description:
The questions array is already defined for you and is not the same as the one in the example.
Drop thequestions
array and it will pass.Done! :)
This comment is hidden because it contains spoiler information about the solution
I think the Ruby tests are broken:
Made it! Didn't even have to leave out explicit variable declarations in the end :) That was fun!
"your code length = 81 - Expected: code length<=80"
:(
Sorry for the later reply. JosephBNolan it's usersAnswer not userAnswer.
As already said, this needs more test cases.
I think you meant 'answer', not 'answear'.
Could use more test cases imo, otherwise well done.
The description asks to create a method, but the solution expects a function.
This comment is hidden because it contains spoiler information about the solution
Since the function takes not only strings but also integers I'd suggest changing the function's argument placeholder.
Loading more items...