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.
Just checked, there isn't such a test case in any languages now. Please report again if you see such a test case with a wrong expected answer.
same result (
But I passed all the tests.
I got "YES" on this one as well.
I'm getting an expected "NO got a "YES" on the following array: "[ 25,25,25,25,25,25,25,25,25,25,25,25,25,25,50,50,50,50,50,100,100,100,100,100 ]
all other tests are correct, doesn't make sense to me as the clerk should have enough 25 and 50 notes to cover the 100 bills?
I have added this to the description. Thank you.
If one uses 'letorconst` or other ES6 features, the code will get longer due to the transformation by babel. That should get mentioned in the description.
Pls help I've done a character count elsewhere it shows 245, the test says 280? I also sneakily tried assigning strings to vars at one point, which brought the actual count down further, but in the test it went even higher! confused..