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.
You just need to check the type of your value. (With typeof variableName)
Maybe you send 5 (but is a string) and the exercice need a 5 (int).
This comment is hidden because it contains spoiler information about the solution
i am using javascript.
Which language are you trying?
I don't understand why i don't pass this kata. All fo the cases got what they were expected but they all still say failed with 0 correct. I dont' know why, can someone help me with this. I can copy and past my code if needed but wasn't sure if i should. Please help.
Sorry, don't know how this works, yet, with the issue feedback. Guess I assumed my solution would be attached. Good tip with the string, I'll check that out. Thx!
Not sure how to help you without more information. Is your function returning a string for some reason?
Which language did you solve it in? I only did Java the other translations are from other users.
Can't proceed with my solution. All tests fail even though all criterias are matching with what the tests expect, like:
Expected: 5, instead got: 5 (?)
Not sure what's wrong there.