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.
Resolved!
Still broken.
Ok, will check
It is not resolved, I've tried it just now.
Failed at isSet:
[ '8_Spades', '7_Clubs', '7_Spades', '7_Hearts', '10_Spades' ]
Expected: 'false', instead got: 'true'
Resolved
Resolved
For isSet:
[ { val: '5', suit: 'Hearts' },
{ val: '10', suit: 'Diamonds' } ] [ { val: '3', suit: 'Hearts' },
{ val: '3', suit: 'Hearts' },
{ val: '3', suit: 'Clubs' } ]
Expected: 'true', instead got: 'false'
Why? Should be false.
For isSet:
[ { val: '4', suit: 'Diamonds' }, { val: '4', suit: 'Clubs' } ] [ { val: '6', suit: 'Clubs' },
{ val: '4', suit: 'Spades' },
{ val: '10', suit: 'Clubs' } ]
Expected: 'false', instead got: 'true'
Why? Should be true.