Ad
  • Custom User Avatar

    The source code of strings.Repeat implementation should be the clever answer to this kata.

  • Custom User Avatar

    If the given path is: [ 'NORTH', 'WEST', 'SOUTH', 'EAST' ], why the expected result should be: ['NORTH', 'WEST', 'SOUTH', 'EAST'] ?
    Shouldn't it be 'stay where you are'?