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 ("returns 200 when between 1991 and 2017", function(){
Test.assertEquals(lastDayIsFriday(1901, 2017), 200, "Not the correct number of Fridays between 1901 and 2017");
});
The text of the test are wrong. :-P
Thanks Yago
Random test added, thanks Voile :-)
Working on!!! Thanks!!!