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.
Some tests could be added and a possibility to execute the queue.
The tests are not correct. Two times adding same module should throw an error, but inside the initial tests you are using that:
it('should be possible to use the module after creation', function(){
angular.module('app', []);
angular.module('app');
The tests and the initial solution are not working.
Inside the tests you are creating an instance from "Angular" and inside the initial solution you define methods of "angular".
Great idea with rotating the array. Love this approach.
If the description is so short, they should be just some tests.
This is really a funny solution. When there is no random number test at a kata, why not try it with something like that.
When I read the description I was thinking: what?
But with the hint inside the labels it was not too difficult to solve this puzzle. Loved this kata, because I was really fun. I am looking forward to have more funny katas.
I was surprised about the comma before the and
one, two, and three.
I would expect it to be:
one, two and three