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.
If you modify your inputs, you deserve everything you get.
Closing.
Yeah still got the same issue here.
Same problem here
i am facing the same problem.
a = [4, 6, 8]
b = [3, 4, 5]
subtraction = [1, 2, 3]
expected = [-2, -2, -2]
Nevermind... This kata should give the user a hint that maybe he should make copies of the objects. OR a result from a previous problem should not be inherited in the next problem.
Same problem with me. I am getting:
a = [4, 6, 8]
b = [3, 4, 5]
subtraction = [1, 2, 3]
expected = [-2, -2, -2]
This appears to be an issue.