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.
It's very strange, I trained again in node v10 to will see error but now is everthing ok, maybe close tab or refreash helped.
Every single run sample test tested only first case and returned error "expected NaN ... ", I just only remebered this.
There are some issue with node 10, not all tests passed and is something wrong with NaN, when changed to previous version node everything passed.
I think it's too difficult for 8kyu.
In python if you use filter function "Run sample tests" doesn't passed and this info appear: "Use filter function: False should equal True" but if you "Attempt" it passed.
I have the same in Python
Everything is ok, it is my mistake in verify a coupon, all tests passed;
Log:
Current September 5 2014; Expiration September 25 2014
Expected: false, instead got: true
and another tests with September,
Current March 5 1998; Expiration March 25 1998
Test Passed: Value == true
something is wrong with September :/
Sample test passed but attempt shows error:
Expected is System.Int32[2763], actual is System.Int32[2061765]/
Values differ at index [1]
Expected: 92
But was: 825
What kind of problem is this? How to fix?