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.
When the
damage = 0
the expected result is"Run!"
which is wrong and not mentioned anywhere.The expected formula is
damage = defense - attack * power
which is wrong and not mentioned anywhere.Into the "Test Cases" block of the kata editor. You can see examples for your solved katas. So try: https://www.codewars.com/kata/ones-and-zeros/solutions/javascript, look at "Show Kata Test Cases" and you will see what other do;-)...
Where would I have to incoroprate this? In the examples section?
Full ack!
3 pts in hand ;-)
This comment is hidden because it contains spoiler information about the solution