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 knightEngine() function what exactly is a second move? I mean, when I run the knightMovement() function with an array as parameter (because the first run got me an array as result), what should I do? go thru every position?
In the description is explained:
You can implement this function using
compose
,bind
andmoveKnight
functions.Hi, I need some help implementing the knightEngine function. I'm not being able to figure out what should I do. Maybe I'm not getting the .bind() correctly enough or something else. What exactly is the .knightEngine() function supposed to accomplish?
thanks and cheers for the awesome Kata!
Looking for those?
How may I see the katas that I started but haven't finished yet?
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
I want to know if there was some option to train specific language Features, e.g. ES6 Javascript. For example, I would like to get better at ES6 and I would like to have some training on its specific features.
Is that possible?