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.
don't mutate the input. Do NEVER mutate the input...
And wen posting about possible issues, please document them correctly (as Seigo did):
Same problem with should work test.
My function returns correct value
I am also having problems:
When I attempt to submit, the code passes all testes except one named "should work".
This test says it expects
, but received
Based on the expectation, I set up a test with
with which the output is as expected.
Please check if tests on submit are correct.
This comment is hidden because it contains spoiler information about the solution
I had the same problem, then I realized the instructions are confusing.
If you submit your code to return either true or false, it'll work. the problem is for true I was returning '...is narcissistic'.
In Javascript, the tests and final evaluation fail even with correct answers