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.
This helped masively!
I am an idiot and the logs of course arent logging the correct thing as the next test didnt get to that point...
I have figured it now!
Appreciate the help
I have printed out at which step it fails.
When I run the tests the following is logged out
There are still values in the arrays at this point and the test says it shoud return true...
The exact same example says it should return false.
This is the only test failing for me.
Sorry but the description even says for this example it should return false.
This case is failing for me and is definitely a mistake in Golang tests.
Sorry but the description even says his example should be false.
This is the same case that is failing for me too, it says it should be true when the description even says it should be false
This comment is hidden because it contains spoiler information about the solution
exactly what i was trying to do!!
just couldnt figure out the "removeNIndexedFromArray" part ...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
code works on every test except i dont use continue & break... GAH!
really good series of practices though!
thanks!
AH! thanks!
perfect!
how did you work it out?
can you explain why Math.round works?
i thought .round rounded to the closest integer?
can you explain please?