Ad
  • Custom User Avatar

    Some tests could be added and a possibility to execute the queue.

  • Custom User Avatar

    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');

      angular.bootstrap('app');
    
  • Custom User Avatar

    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".

  • Custom User Avatar

    Great idea with rotating the array. Love this approach.

  • Custom User Avatar

    If the description is so short, they should be just some tests.

  • Custom User Avatar

    This is really a funny solution. When there is no random number test at a kata, why not try it with something like that.

  • Custom User Avatar

    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.

  • Custom User Avatar

    I was surprised about the comma before the and

    one, two, and three.

    I would expect it to be:
    one, two and three