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.
Same situation here, I can't seem to figure out the problem. I can't test out the assertion on my machine
since I don't know how the author overloaded the operator== for std::string and std::vector.
Edit: Nvm, I tested one of the solutions and it seemed to work. The problem is not with the question.
Now I got, thanks, but had another issues, empty array was returning undefined, I solved it with .filter(e => e != null))
you use console.log, you should use return instead.
This comment is hidden because it contains spoiler information about the solution
In c++ it keeps failing with exit code 132, eventhough the tests seem to pass and the log is empty.
I tried to google exit code 132, but found nothing that seemed applicable to this situation.
Does anybody know what might be going on here?