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.
I will try to check that the function don't use the for or while loop, maybe in a test
Thanks!
I want to refer to declarative programming
One of the attributes of functional programming. (Using map, reduce, filter, etc instead of for loops)
I just realized it trying to do it.
The sample test is not including the:
const should = require('should');
If you run the complete test it runs the test ok.
I'm trying to add in the sample test the required library but I don't allow me to do it
Fix typo to declarative code.
(It is in contrast with imperative programming)
Thanks!
Thanks!
Fix typo error.
This is my first kata. I am learning how they are published here.
My idea is to do a collection with a series of simple exercises to write clean code in a declarative way, it is the first kata