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.
R has a problem passing the 80 vs 81 inaccuracy bug. I have tried all combinations trying to get to 80, but R keeps getting the correct answer which is 81. I will try a case by case hack to get the correct but wrong answer.
return featuredProjects
should be
return shuffle(featuredProjects)
This only works up to 1250*5 = 6250
Thank you for the upvotes!