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.
That's pretty nifty. I'm going to copy that and use the integer division and see how that fares
Why didn't I think of takeWhile, I used take instead.
There is a function for this, it is called take.
It is expecting an array, if no array is returned from the function, the sort property makes no sense. Hope this clears your doubt :)
This comment is hidden because it contains spoiler information about the solution
spoiler flag, damn you! x/
This comment is hidden because it contains spoiler information about the solution
That saves a lot of work! Well done
This comment is hidden because it contains spoiler information about the solution
how does this work? I'm completely lost, where is the predicate? Are sets sufficient predicates?
You don't need interpose or apply.
with this you can even stop it from being a function an just express it directly
You can skip the first parentheses.
This comment is hidden because it contains spoiler information about the solution
Oh, I thought it was some other operator. Just a lessthanorequal. Thanks
Loading more items...