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.
Wow! Thanks! I was bookmarking all of my katas, just so I didn't have to find them again. This removes the need for that. :)
In the description is explained:
You can implement this function using
compose
,bind
andmoveKnight
functions.Looking for those?
search for kata with the tag ES2015. ES6 works too but there are more results when searching ES2015. Also you will get more results if you look for approved and beta since the ES2015 ones are newer and fewer of them have been approved.
Shameless plug. I have two katas dealing with ES2015 Generator functions
Prime Number Generator :Simple version
Prime Number Generator:Intermeddiate (with inputs) version