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.
OP solved it, closing
Enjoying this series a lot but maybe I'm confused by the logic of this one. I can't pass the extended tests so I took one of the random test cases which had 23 developers consisting of
8 Javascript
8 Python
7 Ruby
The test said this should return false.
No language has twice as many as another so this should return true surely?
Apologies for the late fix, the test cases should now be working properly :D
Yes, that would work but it's not specified in the instructions we have to do that and the test cases it uses are not visible. There is an issue with this kata. I just forfeited to see the correct solutions and I did have a correct solution. Even other solutions given there are not passing when I copy / paste, the same error is coming up.
I have faced with the same issue, but there is 'Solution' for it :)
Damn, I was pulling my hair off for about one hour, till I've decided to look at the discussion. Wasted way too much of time.
I also experience the same error
The same issues for me, I also met the similar issue for one other ES2015 kata.
@d33con I am getting the same error? I will pass all the tests, but then on submitting it isn't passing ?
This seems to be happening with most of the Classes exercises.
I believe I have the right solution and I'm passing the tests. However on submitting even though random tests pass I'm getting this for every random test
Expected: 'Solution {\n name: '1d2n5fs0znevwgxy9zfr',\n age: 59,\n legs: 0,\n species: 'shark',\n status: 'wgs67mwk43d103yds4i' }', instead got: 'Shark {\n name: '1d2n5fs0znevwgxy9zfr',\n age: 59,\n legs: 0,\n species: 'shark',\n status: 'wgs67mwk43d103yds4i' }'
Am I missing something, where is Solution coming from?