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.
if you want to know what a regex pattern is doing, check out regexper.com
true dat
This comment is hidden because it contains spoiler information about the solution
IMO it's very important to assert that the method does NOT modify the original Hash.
This comment is hidden because it contains spoiler information about the solution
JavaScript random tests fail always.
Yeah, the JS one is busted for me.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
You'd probably have to create a few other classes for handling things like the game, the players, etc; and you'd just use this class as the deck.
Looks like the Python port wasn't rounding the floats before asserting their equality. It should be fixed now; sorry about that!
@craecke draw(n): remove the last
n
cards from the deck and return them in an array.This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I'm facepalming that I didn't use
#first
and#last
Loading more items...