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.
OP solved it, closing
The same is happening to me.
I am passing all the test cases except the below one. Can some one help me with this?
should actually run all callbacks
Value is not what was expected
This comment is hidden because it contains spoiler information about the solution
i am facing the same problem.
a = [4, 6, 8]
b = [3, 4, 5]
subtraction = [1, 2, 3]
expected = [-2, -2, -2]
i am facing the same issue, please help
Hi! i am throwing exception as throw new Error() and i am printing it in console.log in catch. But i could not pass the test case for exception handling.