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.
scalable
same
These tests are whack.
@hobovsky: Are you sure? I don't see that.
Print the input: https://docs.codewars.com/training/troubleshooting/#print-input using
console.log()
for javascript. You have some wrong condition in your code too, why would you return 1 for 0?I am passed the testing but when i go to attempt, it says i fail 2 tests, that 10 doesnt equal 1 and 0 should equal 1. Which i dont understand at all, but I added conditions so it would and still it doesnt work.