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.
I did
console
to track the test #, and also to see your code's output.You are failing on the fixed test
assert.isTrue(determinant(m7)===88)
where your code returns
-88
instead of88
.I hope that helps!
Would you show me your code?
Idk how to see it