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.
GeeksforGeeks copy/paste
I wish I could pretend to understand this!
JFC, thank you! As a nub who didnt care for his spellings, I deserved it........
BROZNE vs BRONZE
When you think your answer is the same as the expected one but the tests say it is not, put them in two separate rows, the difference will become evident.
This is the message I get - all failed. I dont get it.......what am I missing ???
'GOLD: Derek, SILVER: Francis, BROZNE: Bob' should equal 'GOLD: Derek, SILVER: Francis, BRONZE: Bob'
Hi,
not an issue, a question. ;)
Keep in mind that in JS, you don't see the succesful assertions, meaning there are good chances that your code fails on another input than the one you currently imagine it does.
=>
console.log(...)
to see what's the actual input.Reading some parts of this might help too.
Good luck with your debugging. ;)
Not sure what is happening, I am getting the correct answer exactly as the 'expected' in test cases, but it still says 'failed' at everything. Can anyone take a look?